I'm a programmer and I'd like black background in editors. I have written this simple console mode utility for changing the colors in stylers.xlm.
Download and unzip http://web.tiscali.it/mvhomedir/xNpp.zip , make a copy of the original stylers.xml in stylers.xlm.ORG, open a console and launch
xNpp stylers.xlm.ORG > stylers.xlm
In Notepadd++ you have black background.
Note: if you want to compile the C++ source you need the boost regex library.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Updated for Notepad++ v5.2.
The C++ source code is compilable with Visual Studio 2005 and MinGW 3.4.5 and 4.3.2.
Executable included.
Changelog:
10 Mar 09: Added colors for npp v5.2.
01 Sep 08: Replaced boost::regex with boost::xpressive, no more need of
linking the regex static library. Removed a different font for comments.
I'm a programmer and I'd like black background in editors. I have written this simple console mode utility for changing the colors in stylers.xlm.
Download and unzip http://web.tiscali.it/mvhomedir/xNpp.zip , make a copy of the original stylers.xml in stylers.xlm.ORG, open a console and launch
xNpp stylers.xlm.ORG > stylers.xlm
In Notepadd++ you have black background.
Note: if you want to compile the C++ source you need the boost regex library.
a small typo? (stylers.XLM should be stylers.XML)
otherwise a good possibility
Yes, sorry for the typo and thanks for the positive comment.
Updated for Notepad++ v5.2.
The C++ source code is compilable with Visual Studio 2005 and MinGW 3.4.5 and 4.3.2.
Executable included.
Changelog:
10 Mar 09: Added colors for npp v5.2.
01 Sep 08: Replaced boost::regex with boost::xpressive, no more need of
linking the regex static library. Removed a different font for comments.
Download link: http://www.easy-share.com/1903981748/xNpp.zip