Settings dialog interrupts background compile task
Is there a reason why the settings dialog interrupts the background compile tasks?
It would be very handy to configure inspections and plugins during lengthly compile tasks.
Greetings
Frank
Please sign in to leave a comment.
Yes, this is due to internal architecture - VFS resfresh, needed at some stages of compilation, must be performed in a swing thread,
which may be blocked by a modal dialog.
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Frank" <no_reply@jetbrains.com> wrote in message news:29815498.1200651219748.JavaMail.itn@is.intellij.net...
>
>
>
Thanks!