Notepad++ v2.0 release Note :

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.

How to install :
From the installer : 
	Just follow the install wizard.
From the zip :
	If it's the first time to install Notepad++, 
		just unzip all the files into a directory you want.
	else (you updates Notepad++ from previous version):
		1. Just get Run Dialog by clicking "start->run" (Notepad++ should be closed).
		2. Copy this text "%USERPROFILE%\Application Data\Notepad++" into the text field of Run Dialog.
		3. Click ok. A folder named "Notepad++" will appear. 
		4. Delete 2 files config.xml and stylers.xml then launch Notepad++.