On 10/11/13 23:48, Matthew Brush wrote:
I wrote and use such a plugin for C/C++/Obj-c using Clang-Format. I actually use it "real-time" just always keeping my code perfectly formatted (triggers on a set of configurable chars like closing braces and semicolons and such), but auto/realtime formatting isn't on by default and you can choose to format a selection, document, or all open documents rather than having it in "real-time"/automatic mode.
It's here: http://codebrainz.github.io/code-format/
And a boring demo video is here: http://codebrainz.ca/screencasts/GeanyCodeFormatC++.avi
That looks darn good Matthew, good work. Thanks for the heads up.
James