Comment: |
Hopefully reduce IDE locking up when opening big NBT files
The main cause for the IDE locking up when opening big NBT files isn't mcdev code. IntelliJ's threading model requires a lot of different things, including all writes, to happen on the UI thread. In this commit I move everything I possibly can off the UI thread, but there is still some hanging when the IDE is parsing the NBTT file. Relevant issue: #1893 |
Status: | all builds with this change have finished |
Revision: | e98f08eef9a2ecf49160dbc92f738e24f99d91f5 | VCS Root: | minecraft-dev/MinecraftDev (Git) |
Parent revisions: | abf32c6ee060522323f0427c8ddb24e739d2402a | ||
User: | Unknown (none of TeamCity users defined kyle wood username in their VCS username settings) |
Changed: 1 file (1 edited) in