ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CPrettify

by aghontpi ST3 Win

A C-prettify plugin for sublime text, just install it and use it.. No additional configurations or installs required.

Labels c, prettify, cprettify

Details

Installs

  • Total 7K
  • Win 7K
  • Mac 0
  • Linux 0
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 1 1 1 1 1 1 0 0 3 0 3 1 2 0 1 0 0 0 1 0 2 0 1 0 0 1 0 1 1 1 1 3 0 1 1 3 0 0 1 3 1 0 1 2 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Plugin for Sublime text-3

A C-prettify plugin for sublime text, just install it and use it.. No additional configurations or installs required.

Demo

Getting Started

license

Install from Package Control CPrettify

Using Package Control Sublime Package Manager

To install use these commands.

  • Ctrl+Shift+P
  • type install, select Package Control: Install Package
  • type CPrettify, select CPrettify

or do it manually?

Just copy the 'Cprettify' folder to “C:\Users\'[username_here]'\AppData\Roaming\Sublime Text 3\Packages\” -for Windows

Usage

  • Use Ctrl+Shift+P
  • Type cprettify, Available options will be shown to use.

or

  • Use menu options

or

  • Set keyboard shortcuts via provided settings
  • See demo

Prerequisites

Install package control for sublime.

How to install Package control?. See Install package control

Advanced Usage

NOTE

Use user setting to override, if changes are made to default, updates will reset it.
  • Override provided key bindings from settings if it interfears
  • You can also specify which config file to use from provided configs —or— you can provide your own config from 'create config file' under settings and paste your config there and set
{
    "user_config_file":"False" to "user_config_file":"True"
}
  • Incase you messed up your config file use “restore default setting” to restore original settings.

Built With

  • Python
  • Sublime-api - documented via comments
  • Json - Menus and Settings

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details