jdk-auto: cleanup API, fix messages and presentation, make it run locally

GitOrigin-RevId: 645b87cd4f4426a6e5578ead0db9aed8ada2f413
This commit is contained in:
Eugene Petrenko
2020-09-28 12:35:28 +02:00
committed by intellij-monorepo-bot
parent c475e2af81
commit a0e08cb81c
16 changed files with 217 additions and 194 deletions

View File

@@ -38,7 +38,9 @@ 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.with.fixSuggestion=Cannot start compiler
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.
compiler.javac.name=Javac
compiler.configurable.display.name=Compiler