Programmer's Notepad

From TotalcmdWiki
Jump to navigation Jump to search
Programmer's Notepad
Author: Simon Steele
First relase: 1998
OS: Windows
License: revised BSD
Website: www.pnotepad.org
Download: download page

Programmer's Notepad is an open-source (freeware) text editor mainly for people that work with source code.

The core features are:

  • Tabbed document interface
  • Syntax highlighting (i.e. C++, Pascal, PHP, HTML, XML, LaTeX, Matlab) - you can also develop your own highlight schemes
  • Autocomplete based on current highlight scheme
  • Text clips inserts (e.g. html tags with basic attributes, ASP tags)
  • Creating projects with static (self defined) and dynamic (shown as-is) folders
  • Saving lists of currently opened files (to be opened when you return to the project)
  • Defining tools for compilation and for some other file converts
  • Searching with Regular Expressions
  • ANSI, UTF-8 and Unicode editing
  • Code folding (folding blocks of code such as for loops or HTML tags)

Links



Back to: Editors