mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
compiler: IDEA-253119 - use TOOLWINDOW notification to deliver configuration errors
GitOrigin-RevId: 25f7f1cbf1fde7663c3e5446d9fb47db812dcdf6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
03d1fc3d08
commit
6b9ddc26f7
@@ -37,11 +37,12 @@ action.compiler.properties.text=Compiler Properties
|
||||
actions.exclude.from.compile.text=Exclude from Compile
|
||||
java.compiler.description=Java Compiler
|
||||
rmi.compiler.description=RMI Compiler
|
||||
error.jdk.not.specified=Cannot start compiler: the SDK is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the SDK in the Project Structure dialog.
|
||||
error.jdk.not.specified=The SDK is not specified for {0,choice, 1#module|2#modules\n} {1}
|
||||
error.jdk.module.names.overflow.element.ellipsis=...
|
||||
dialog.title.error.jdk.not.specified.with.fixSuggestion=Cannot Start Compiler
|
||||
dialog.message.error.jdk.not.specified.with.module.name.quoted="{0}"
|
||||
dialog.message.error.jdk.not.specified.with.fixSuggestion=The SDK is not specified for {1} {0,choice, 1#module|2#modules}
|
||||
error.output.not.specified=Cannot start compilation: the output path is not specified for {0,choice, 1#module|2#modules\n} {1}.\nSpecify the output path in the Project Structure dialog.
|
||||
error.output.not.specified=The output path is not specified for {0,choice, 1#module|2#modules\n} {1}
|
||||
compiler.javac.name=Javac
|
||||
compiler.configurable.display.name=Compiler
|
||||
label.option.clear.output.directory.on.rebuild=C&lear output directory on rebuild
|
||||
@@ -310,3 +311,7 @@ element.with.manifest.button.create.manifest=&Create Manifest...
|
||||
element.with.manifest.button.use.existing.manifest=&Use Existing Manifest...
|
||||
element.with.manifest.label.meta.inf.manifest.mf.file.not.found=META-INF/MANIFEST.MF file not found
|
||||
element.with.manifest.label.manifest.file=Manifest &File:
|
||||
|
||||
notification.group.title.jps.cannot.start.compiler=Cannot start compilation
|
||||
notification.action.jps.open.configuration.dialog=Configure...
|
||||
notification.title.jps.cannot.start.compiler=Cannot start compiler
|
||||
|
||||
Reference in New Issue
Block a user