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
{{ message }}
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
Each axtAppObj gets immediately evaluated while being created in axtParserXpo.run().
Large projects could load faster if a background worker could do the evaluation.
Also consider to break down evaluation into two steps:
Step 1: Just have the name of application object evaluated
Step 2: evaluate its content
Step 1 is needed very fast, to display the new application objects in the TreeView. Step 2 is only needed when the user clicks on one of the application objects.
The text was updated successfully, but these errors were encountered:
Each axtAppObj gets immediately evaluated while being created in axtParserXpo.run().
Large projects could load faster if a background worker could do the evaluation.
Also consider to break down evaluation into two steps:
Step 1 is needed very fast, to display the new application objects in the TreeView. Step 2 is only needed when the user clicks on one of the application objects.
The text was updated successfully, but these errors were encountered: