localize "Preferences | Build, Execution, Deployment | Compiler | Annotation Processors" configurable

GitOrigin-RevId: b452b6b09e360e871900b565ce4465f2c94e01b4
This commit is contained in:
Dmitry.Krasilschikov
2020-01-16 12:00:59 +02:00
committed by intellij-monorepo-bot
parent a5e3960335
commit 94f17460e0
2 changed files with 39 additions and 21 deletions

View File

@@ -172,4 +172,21 @@ settings.recommended.in.paths=('/' recommended in paths for cross-platform confi
settings.override.compiler.parameters.per.module=Override compiler parameters per-module:
settings.override.module.column=Module
settings.override.compilation.options.column=Compilation options
settings.additional.compilation.options=Additional compilation options will be the same for all modules
settings.additional.compilation.options=Additional compilation options will be the same for all modules
settings.enable.annotation.processing=Enable annotation processing
settings.obtain.processors.from.project.classpath=Obtain processors from project classpath
settings.processor.path=Processor path:
settings.use.processor.module.path.compiler.option.for.java.9.and.later=Use --processor-module-path compiler option (for Java 9 and later)
settings.module.content.root=Module content root
settings.module.output.directory=Module output directory
settings.annotation.processors=Annotation processors:
settings.compiler.will.run.all.automatically.discovered.processors=Compiler will run all automatically discovered processors
settings.annotation.processor.options=Annotation processor options:
settings.no.processor.specific.options.configured=No processor-specific options configured
settings.module.path.warning=Assume specified path is a 'module path': a path of JARs or directories containing packaged java modules.\nIn order to be discovered and run from the module path an annotation processor should be packaged as a java module and registered with the ServiceLoader in the module declaration.
settings.store.generated.sources.relative.to=Store generated sources relative to:
settings.production.sources.directory=Production sources directory:
settings.column.option.name=Option Name
settings.column.value=Value
settings.test.sources.directory=Test sources directory:
settings.processor.fq.name=Processor FQ Name