-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Situation
Currently when loading a bigger JSON file (e.g. 15MB) the editor/IDE freezes for approx. 3-5 seconds.
Wanted
Opening such files must show a progress in progress view, the document inside the editor shall show an alternative text
(maybe with a progress info as well) and the IDE may NOT block/freeze.
Solution
Open - idea is to create own thread or an eclipse job to handle this. After job laoding (model building, HiJSONDocument created etc.) there is just a document switch and the editor shows up the content.
Inside jcup plugin "Junit Server Result" there is a similar approach while analyzing the log files and create relvant snippets for time period...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels