NotepadPlusPlus

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Showing revision 4
Notepad replacement based on the Scintilla edit control

 Author:   Don HO
 Homepage: http://notepad-plus.sourceforge.net/uk/about.php
 Family:   ScintillaEditorFamily, NotepadReplacement, FoldingEditors
 Platform: Windows 
 License:  Open source 

Syntax highlighting, folding editor, which means that items in programmer's braces

   for (i=1;i<=4; i++) {
     var += test[i]
     print var
   }

or between PHP or HTML tags

   <div>
      like this
      here
   </div>

are visually marked, and can be collapsed or expanded by clicking on a plus sign (+) or minus sign (-) which occurs after the brace or tagged item. This makes programming much easier if you have lots of code to slog through.

Precompiled executables available for Windows are quite small.

 Screenshot: Note especially the vertical lines which connect braces several lines apart:

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit revision 4 of this page | View other revisions | View current revision
Edited December 20, 2010 7:15 pm (diff)
Search: