Files
openide/java/compiler
Nikolay Chashnikov 86d86261f0 [java] use proper modality state in coroutine dispatcher in 'compilerDriverHelper::saveSettings' (IDEA-324032)
Otherwise, if compilation is invoked from a modal dialog, when the coroutine switches to EDT (via saveSettings -> reloadChangedStorageFiles -> doReload), it'll use NON_MODAL state and therefore code won't be executed.

GitOrigin-RevId: 64a0023763c9599618f544cfb897bbeff8033944
2023-06-30 10:59:59 +00:00
..