What is Notepad++ ?

Notepad++ is a free source editor with the syntax highlighting. It gives also the extra functionality 
to the general user : colourise the user defined words. You can print your source code in color 
(or whatever you want) if you have a color printer (WYSIWYG).Furthermore, Notepad++ have 
the multi-view feature, that allows user to edit the different document in the same time, 
and even to edit the same document synchronizely in 2 different views. Notepad++ support 
the fully drag and drop : not only you can drop the file from explorer to open it, but also you 
can drag and drop a document from a view to another. With all the functionalities, 
Notepad++ runs as fast as Notepad provided by MS Windows.


Notepad++ 2.0 source note:

To build this package:

For generating the executable file, you have to use VC++ 7 
For generating the 2 dll files, you have 2 choices as well : VC++ 6 or MinGW 3.0 / 2.X 
(I've never tested under VC++ 6)	

All the binaries will be builded in the directory notepad++\PowerEditor\bin

Note that the executable file npp.exe builded by MinGW 3.0, for the reason of 
the runtime lib static-link, has almost 160KB more than the one builded by VC++ 7.

There's no remedy for the moment. If you can reduce the exe size (< 497 KB) by adding/changing
the compiler flag or linker flag, pleas let me know.

Don
don.h@free.fr
23/04/2004