Text Editors

Articles for Notepad++, Vim, Sublime Text and other Text Editors

Show/hide Hidden, Control, Special Characters in Notepad++ (Show Symbol)

Plain text has different Characters, Numbers, and Special characters like CR, LF, Space, TAB, and others special characters.  CR, LF, Space, and TABS are invisible by default. What if you want to see all hidden/special characters in Notepad++? Notepad++ provides a function SHow Symbol to hide and show white space, TABS, All characters, Intend Guide, …

Show/hide Hidden, Control, Special Characters in Notepad++ (Show Symbol) Read More »

Change Text Case in Notepad++

How to change text case (lower, upper and proper) in Notepad++

Notepad++ is one of the best source code editors. It is fast and efficient and provides all necessary editing functions built-in. It does support plugins and extensions to add additional functionality. You are going to love this text editor for features like syntax highlighting, code folding, EOL Conversion, effective search and replace functionality. Today, we …

How to change text case (lower, upper and proper) in Notepad++ Read More »

Syntax highlighting in Notepad++

How to Enable Syntax Highlighting in Notepad++ and Create your own

Syntax highlighting is one of the most important features available in Notepad++ Text Editor. Very useful for Developers. During the lifetime of a code, a lot of code is added and commented on. It would be difficult to differentiate between code and comments when you open it without syntax highlighting. Here, the syntax highlighting feature …

How to Enable Syntax Highlighting in Notepad++ and Create your own Read More »