CPrettify
A C-prettify plugin for sublime text, just install it and use it.. No additional configurations or installs required.
Details
Installs
- Total 6K
- Win 6K
- Mac 0
- Linux 0
Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 2 | 2 | 1 | 0 | 4 | 1 | 5 | 0 | 1 | 1 | 1 | 2 | 1 | 1 | 3 | 2 | 4 | 1 | 1 | 1 | 3 | 1 | 1 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 3 | 2 | 1 | 2 | 1 | 0 | 0 | 3 | 0 | 1 | 2 | 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 | 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 | 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.
Getting Started
Install from Package Control CPrettify
Using Package Control Sublime Package Manager
To install use these commands.
Ctrl+Shift+P
- type
install
, selectPackage Control: Install Package
- type
CPrettify
, selectCPrettify
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
- aghontpi (aka) Bluepie aghontpi
License
This project is licensed under the MIT License - see the LICENSE file for details