Search The Blog

Sunday, May 31, 2015

Notepad++ a powerful source code editor

Notepad++ is a free, feature-packed source code editor and Notepad replacement that supports several languages.

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

Features
  • Syntax Highlighting and Syntax Folding
  •  Document Map
  •  Multi-View
  •  WYSIWYG (Printing)
  • User Defined Syntax Highlighting & Folding: screenshot 1, screenshot 2, screenshot 3 & screenshot 4
  • PCRE (Perl Compatible Regular Expression) Search/Replace
  • GUI entirely customizable: minimalist, tab with close button, multi-line tab.
  • Auto-completion: Word completion, Function completion and  Function parameters hint
  • Multi-Document (Tab interface)
  • Zoom in and zoom out
  • Multi-Language environment supported
  • Bookmark
  • Macro recording and playback
  • Launch with different arguments

No comments:

Post a Comment