mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[java] rewrite UnloadedModulesCompilationCheckinHandler to run computations on a background thread (IDEA-308600)
GitOrigin-RevId: 8e63afc07ae258aa557bf0d7e49c6c259725c90a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
86d86261f0
commit
4167f4a603
@@ -97,11 +97,10 @@ mesage.text.deployment.descriptor.file.not.exist=Deployment descriptor file ''{0
|
||||
message.text.deployment.description.invalid.file=Invalid file
|
||||
warning.text.file.has.been.changed=File has been changed during compilation, inspection validation skipped
|
||||
|
||||
dialog.message.compilation.of.unloaded.modules.failed=There are unloaded modules in the project which depend on changed files.<br>\
|
||||
dialog.message.compilation.of.unloaded.modules.failed=There are unloaded modules in the project which depend on changed files.\n\
|
||||
Compilation of these modules finished with errors.
|
||||
dialog.title.compilation.failed=Compilation Failed
|
||||
button.text.checkin.handler.commit=&Commit
|
||||
button.text.checkin.handler.show.errors=&Show Errors
|
||||
link.label.checkin.handler.show.errors=Show errors
|
||||
checkbox.text.compile.affected.unloaded.modules=Compile affected &unloaded modules
|
||||
|
||||
#artifacts
|
||||
|
||||
Reference in New Issue
Block a user