1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Defineformat
============
.. contents::
About
-----
Defineformat -- on-the-fly #define prettyprinter. This plugin will help you to
write multiline defines with aligned backslash.
Usage
-----
Install the plugin (https://plugins.geany.org/install.html) then
load it in Geany's plugin manager.
Try it: open C/C++ file and type:
#define A() do { \
Requirements
------------
* GTK >= 2.8.0
Contact developers
------------------
Pavel Roschin <rpg89(at)post(dot)ru>
|