Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.
/ XmlNavigator Public archive

A Notepad++ plugin which shows the structure of an XML file in a tree view and allows fast navigation within it.

Notifications You must be signed in to change notification settings

crypto-rsa/XmlNavigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ NOTE: This repository is no longer under active development and has been archived. ⚠️

(feel free to fork it and/or contact me if you need advice)

XML Navigator

A Notepad++ plugin which shows the structure of an XML file in a tree view and allows fast navigation within it.

Features:

  • fast loading (less than 1 second on a ~16 MB file with over 180 thousand nodes)
  • filtering visible nodes by name
  • accurate navigation to
    • node start/end (ie. start of opening tag/end of closing tag)
    • content start/end (where content is the node text excluding the opening and closing tags)
  • allows selecting whole node or node content directly from the context menu
  • shows attribute values next to the node name, greatly simplifying navigation within a node which has lots of child nodes with the same names
Requirements
  • .NET 4.5 or higher

About

A Notepad++ plugin which shows the structure of an XML file in a tree view and allows fast navigation within it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages