Notepad2

The Story so far…

A few years ago, I found myself writing my first PHP projects using metapad. When I was looking around for text editors with syntax highlighting, I have come across the Scintilla source code editing component. I was very much impressed by this project, so I decided to create my own Scintilla-based text editor.

 

cdl_capture_2012-04-18-45_ 000

The result is Notepad2, a fast and light-weight Notepad-like text editor with syntax highlighting. This program can be run out of the box without installation, and does not touch your system’s registry.

Downloads

Documentation

Modified Versions of Notepad2

Related Projects

  • Scintilla – the source code editing component used by Notepad2.
  • Programmer’s Notepad – open source, scriptable, multiple document Scintilla-based editor.
  • Notepad++ – open source, multiple document Scintilla-based editor with many plugins.

Leave a comment