Programmer's Notepad

Programmer's Notepad
Developer(s) Simon Steele
Initial release 1998 (1998)
Stable release 2.3.0 (2011-09-01) [±]
Preview release 2.3.2.2300-rc (2011-03-31) [±]
Written in C++
Operating system Microsoft Windows
Available in English
Type Text Editor, Software Development
License revised BSD
Website www.pnotepad.org

Programmer's Notepad (PN1) is an open-source text editor targeted at users who work with source code. It was released in 1998 by Echo Software (a trading name for Simon Steele). PN1's successor, Programmer's Notepad 2 (PN2), was released in 2002 and is now based on Scintilla. PN2 adds to Scintilla's features by supporting multi-line regular expressions for search and replace actions.

Both PN1 and PN2 feature syntax highlighting for many programming languages through plugins called "schemes" that can be modified to support more languages. PN1 included syntax highlighting for: C++, CSS, HTML, INI, Java, JavaScript, AutoLISP, Pascal, Perl, SQL, Visual Basic and XML.

Other significant features common to both editor versions are "Scheme Tools" and "Text Clips." Scheme Tools allow the user to make highly customizable calls to other programs (such as a compiler) based on the scheme of the current file. Text Clips are code templates or values that can be inserted into the current document to speed up development time.[1]

A significant feature added to PN2 is code folding.

PN1 has a built-in hex editor that has yet to appear in PN2.

See also

References

  1. "Programmer's Notepad". Retrieved 2015-06-15.
This article is issued from Wikipedia - version of the 6/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.