0.0.5
- added live filtering
How to activate:
Press Live editor
button.
Uncomment lines:
//var filterRegex = "(^R$)|(^R\\$)|(.*\\$_ViewBinding$)|(.*\\$\\$ViewInjector$)";
//live_filter_graph(new RegExp(filterRegex, ""), "filtered", true);
You can add as many conditions as you want.