plugin Pascal/C++ Format

Plugins for SynWrite and CudaText...
Post Reply
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

plugin Pascal/C++ Format

Post by Alexey »

Plugin for CudaText.
It allows to format source code for lexers Pascal and C++, using "formatter.exe" from Embarcadero RAD Studio, only for Windows
http://docwiki.embarcadero.com/RADStudi ... _Formatter

Plugin gives menu "Plugins - Pascal/C++ Format".
If selection is made (only normal selection supported) use "Formatting the selection" command, otherwise "Formatting file".

You must specify the path to the directory where formatter.exe is located. Specify the path in the config file: call menu "Options - Settings-plugins - Pascal/C++ Format - Config".

Optionally, you can use the "formatter.config" file for the formatting settings. The file should be located in the directory of formatter.exe.

Author: Khomutov Roman
Post Reply