Features:
Map Decompression
Loads all the tags into the standard TreeView by class and populates a ListView with Idents after selecting a Tag
ListView right click menu:
- Reverse Lookup - Switch to/from Reverse Lookup mode(find all references to the tag you're in.)
Note: This 'works' in that it finds a good amount of references, it's not heavily tested so it might not find all of them... - Goto - Navigates to the tag referenced by the selected Ident
- Swap - Brings up a Dialog that allows you to swap the selected Ident(s)
- Null Out - Nulls out the selected Ident(s)
Also note that there is Compression code as well, but I don't remember if it works correctly at the moment, as I wrote that a while back.