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
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 1 1 0 1 1 1 0 0 0 0 1 1 0 2 2 1 1 2 0 2 0 1 2 2 1 0 2 0 0 2 2 2 2 1 0 5 1 3 0 0 1 1 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.

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