Prettify plugin for Geany
Ecstatic Coder via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Fri May 26 13:37:13 PDT 2017
I've released a small open source plugin for Geany, which calls
Prettify on the edited file.
https://github.com/senselogic/GEANY_PRETTIFY
It's mainly targeted for programmers like me who use Geany to
develop in D, but it works also for other languages (C, C++, PHP,
HTML, CSS, JS, etc).
In the background, it simply creates a temporary file with the
same file name and extension in /tmp/, calls Prettify on it, and
then loads the prettified file.
More information about the Digitalmars-d-announce
mailing list