crypto-rsa / XmlNavigator

A Notepad++ plugin which shows the structure of an XML file in a tree view and allows fast navigation within it.
4 stars 2 forks source link

Option to also report node values in the treeview window #3

Open pidgeon777 opened 5 years ago

pidgeon777 commented 5 years ago

Hello, at the moment the situation is the following:

image

image

Do you think it could be feasible to add an option to display even the node content next to its occurrence in the treeview window? For example, it would become:

image

crypto-rsa commented 5 years ago

I was thinking about a general approach where you could define the item format for each node in the settings.

pidgeon777 commented 5 years ago

It would be even better. Maybe regex based?