Skip to content

Provide nonfreezing import/loading of big files inside editor #20

@de-jcup

Description

@de-jcup

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions