Gamergotten / Infinite-runtime-tagviewer

61 stars 18 forks source link

Tags Tree Optimizations, Event Logger #137

Closed Sopitive closed 7 months ago

Sopitive commented 8 months ago
Gamergotten commented 7 months ago

Bound tags tree to an observable collection

sounds useful

Loading tags will not clear the whole tree view, but will instead add tags to the tree that have not already been added

that was already a feature

Added an event logger. Currently only logs AOB scan stuff, but logs can be added anywhere to allow users to provide better context when opening issues.

the event logger (debug information) that you've added no longer has a purpose as it exclusively targeted issue #136 with a majority of the debug information not being of any use at all, as it would only tell us that it got either the correct address or a bad one (which is information already exposed to the user by IRTV)

closing because this doesn't solve anything, & that there are no active maintainers to verify modified functionality