Difference between revisions of "Text Editors"

From Minor Miracle Software
Jump to: navigation, search
(Created page with " =Notepad++= * Adding hex editing capability.[https://stackoverflow.com/questions/60641199/use-notepad-as-hex-editor] # Download the HexEditor.dll from Github.[https://github...")
 
(No difference)

Latest revision as of 13:06, 30 March 2021


Notepad++

  • Adding hex editing capability.[1]
  1. Download the HexEditor.dll from Github.[2]
    1. Make sure the bits match up.
  2. Unzip into a folder.
  3. In Notepad++, use Plugins > Open Plugins Folder.
  4. In the newly-opened plugins folder, add a subfolder HexEditor.
  5. Copy the HexEditor.dll from the zipfile into the HexEditor subfolder… so it should be at ...\notepad++\plugins\HexEditor\HexEditor.dll
  6. Close all Notepad++ windows.
  7. Restart Notepad++ again.
  8. HexEditor should be available in the Plugins menu, and HexEditor.dll should be listed in the ? > Debug Info plugins list.

Internal Links

Parent Article: Main Page