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 Jun 20, 2020. It is now read-only.
As it now stands, loading both string files when opening a project makes the UI unresponsive for some time, while the application is busy reading them and populating its string lists. Shouldn't we just create a list of proxy string objects and return immediately while another thread replaces them with the actual strings from the files (if that's possible in VB?), so the interface doesn't block while that's hapenning?
The text was updated successfully, but these errors were encountered:
As it now stands, loading both string files when opening a project makes the UI unresponsive for some time, while the application is busy reading them and populating its string lists. Shouldn't we just create a list of proxy string objects and return immediately while another thread replaces them with the actual strings from the files (if that's possible in VB?), so the interface doesn't block while that's hapenning?
The text was updated successfully, but these errors were encountered: