HTML-Advisor
Mostly practical advices

Archive for February, 2007

PSPad

Sunday, February 4th, 2007

PSPad is a freeware programmer’s editor for Microsoft Windows operating systems, useful for people who:

work with various programming environments
like highlighted syntax in their source code
need a small tool with simple controls and the capabilities of a mighty code editor
are looking for a tool that handles plain text
want to spare time - PSPad offers rich [...]

NotePad++

Sunday, February 4th, 2007

Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.
This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 API and STL (that ensures the higher execution speed and smaller size of the program), is [...]