How can I view hidden characters in Notepad++?

The simplest way is to use the menu:

View->Show Symbol->Show all characters

It will show Tabs and EOL characters.

Here is an example of a VBS script that announces the current hour being viewed in Notepad++ on Win7.

enter image description here

Note that it is clear I used spaces to do the indents - not Tabs.


This is the base script I used in the Q&A about how to make Windows announce the time at the top of each hour:

https://superuser.com/questions/1268702/how-to-make-windows-speak-the-time-at-the-top-of-the-hour/1268703#1268703


If you really want to get a raw look, check out the HEX-Editor Plugin (Check the Plugin Manager for it). You'll see the character codes for everything; even non-printable characters.

I use it, and have no issues on the newer versions of Notepad++.

Tags:

Notepad++