Notepad++
Notepad++
Notepad++ Home - http://notepad-plus-plus.org/
"Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
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."
Hex Editor
Install:
Plugins > Plugins Admin > search for "Hex-Editor"
Usage:
Plugins > Hex-Editor > View in HEX
Column Mode
Hold down alt button, plus left mouse click, as you move mouse up and down. Then you can edit selected in column mode.
JSON Formatter
- Plugin Admin to install JSTool plugin
Or the "JSON Tools" plugin
XML Formatter
- In the menu bar, click on "Plugins" and select "Plugins Admin"
- Search for "XML Tools", checkmark it in the search results, click install, and select "Yes"
- Click "Plugins" again in the menu bar, hover on "XML Tools", and click "Pretty print" to format the XML file
ref [3]