You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating the tree view control for large parse trees causes the parse tree view to become unresponsive. Code needs to be modified to return control to the UI while constructing a massive tree of nodes. Stupid bug on my part.