Notepad-plus-plus: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Notepad++ ==
== Notepad++ ==


Notepad++ is a free source code editor which supports several programming languages running under the MS Windows environment.
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.


[http://notepad-plus.sourceforge.net/uk/about.php Notepad++] homepage
[https://notepad-plus-plus.org/ Homepage]


Notepad++ also has features that improve plain text editing experience in general, such as:
*WYSIWYG
*Syntax Highlighting and Syntax Folding
*Syntax Highlighting and Syntax Folding
*WYSIWYG
*User Defined Syntax Highlighting
*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
*Auto-completion
*Multi-Document
*Guided indentation
*Multi-View
*Line bookmarking
*Regular Expression Search/Replace supported 
*Full Drag ‘N' Drop supported
*Full Drag ‘N' Drop supported
*Dynamic position of Views
*Dynamic position of Views
*File Status Auto-detection
*File Status Auto-detection
*Zoom in and zoom out
*Zoom in and zoom out
*Multi-Language environment supported
*Multi-Language environment supported *Brace and Indent guideline Highlighting
*Bookmark
*Brace and Indent guideline Highlighting
*Macro recording and playback
*Macro recording and playback
 
*Autosave


Back to [[Editors]]
Back to [[Editors]]

Revision as of 17:07, 16 September 2021

Notepad++

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.

Homepage

Notepad++ also has 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

Back to Editors