Notepad++

From Omnia
Jump to navigation Jump to search

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

  1. Plugin Admin to install JSTool plugin

Or the "JSON Tools" plugin

ref: [1] [2]

XML Formatter

  1. In the menu bar, click on "Plugins" and select "Plugins Admin"
  2. Search for "XML Tools", checkmark it in the search results, click install, and select "Yes"
  3. Click "Plugins" again in the menu bar, hover on "XML Tools", and click "Pretty print" to format the XML file

ref [3]

keywords