
To everyone who use gEdit for C++ programming, like me. This plugin is like PHPDoc but this time it is a C++ Doxygen comment trigger. Also written in python so you can customize for your needs. Unpack attached archive into $HOME/.gnome2/gedit/plugins directory then enable it in Edit/Preferences/Plugins inside gEdit. To invoke comment trigger enter /** then hit Enter. The comment generator can generate comments for file header - when you are at the first line of source code, comments for variables - when you are above variable declaration and for functions/methods - when you are above function/method declaration. This is what I need but you can make your own generators for ex. structs or enums too.
cppdoc.tar.gz (1.9 KiB, 76 hits)