Notepad-plus-plus

From TotalcmdWiki
(Redirected from Notepadpp)
Jump to navigation Jump to search

Notepad++ is a text editor and source code editor for use under Microsoft Windows. It supports around 80 programming languages with syntax highlighting and code folding. It allows working with multiple open files in a single window, thanks to its tabbed editing interface. Notepad++ is available under GPL and distributed as free software.

Additional features

Notepad++ has additional features that improve plain text editing experience in general, such as:

  • WYSIWYG
  • Syntax Highlighting and Syntax Folding
  • User Defined Syntax Highlighting
  • Tabbed document interface
  • Simultaneous editing
  • Split screen editing and synchronized scrolling
  • Line operations, including sorting, case conversion, and removal of redundant whitespace
  • Finding and replacing strings of text with regular expressions
  • Searching text strings within opened tabs
  • Searching text strings in a directory
  • Auto-completion
  • Guided indentation
  • Line bookmarking
  • Full Drag ‘N' Drop supported
  • Dynamic position of Views
  • File Status Auto-detection
  • Zoom in and zoom out
  • Multi-Language environment supported *Brace and Indent guideline Highlighting
  • Macro recording and playback
  • Autosave

External links


Back to Editors