They provide <b>IntelliJ Platform Plugin SDK</b> and <b>Run Configuration</b> for running and debugging plugins inside an IDE.
plugin.descriptor=IntelliJ Platform Plugin Descriptor
+# suppress inspection "UnusedProperty"
+group.PluginDeployActions.text=Plugin Deployment Actions
+
#Module Editor - Deployment
deployment.title=Plugin Deployment
deployment.cleanup=Clean Up {0} Directory
program.parameters=&Program Arguments
#Prepare for deployment action
+# suppress inspection "UnusedProperty"
+action.MakeJarAction.text=Prepare To Deploy
+# suppress inspection "UnusedProperty"
+action.MakeAllJarsAction.text=Prepare All Plugins To Deploy
select.plugin.modules.title=Select modules
select.plugin.modules.description=Select modules to be prepared for deployment
prepare.for.deployment.common=Preparing For Deployment
sdk.no.specified=No SDK specified for plugin module ''{0}''
sdk.type.incorrect=Wrong SDK type for plugin module ''{0}''.
sdk.type.incorrect.common=Wrong SDK type for plugin module
-incorrect.dependency.non-plugin-module=The non-plugin module ''{0}'' cannot depend on plugin module ''{1}''.
-incorrect.dependency.not-declared=The plugin module ''{0}'' doesn''t declare the dependency on ''{1}'' in its plugin.xml.
error.file.not.found=File not Found
error.file.not.found.message=File ''{0}'' not found
error.no.plugin.xml=No plugin.xml file found
-error.plugin.xml.readonly=The plugin.xml file is read-only
+error.plugin.xml.readonly=Read-only plugin.xml file cannot be processed: {0}
+error.cannot.process.plugin.xml=Cannot process plugin descriptor file: {0}
+error.cannot.create.service.class=Cannot Create Service Class
#run configurations
-run.configuration.classpath.from.module.choose=Use Classpath and JDK from Module:
run.configuration.no.module.specified=No plugin module specified for configuration
run.configuration.title=Plugin
run.configuration.type.description=Plugin Sandbox Environment
-idea.log.tab.title=IDEA LOG
#Test Data
testdata.create.dialog.title=Create Testdata File
#Misc
info.message=Info
-create.smth=Create {0}
-show.smth=&Show {0}
-presentable.plugin.module.name=Plugin Module ''{0}''
-
-action.MakeJarAction.text=Prepare To Deploy
-action.MakeAllJarsAction.text=Prepare All Plugins To Deploy
-
-dont.add.idea.libs.to.classpath=IDE-related libraries ({0}) must not be added to the module classpath. Please add them to the IntelliJ Platform Plugin SDK instead.
new.action.id=&Action ID:
new.action.description=&Description:
new.action.class.name=&Class Name:
new.action.keyboard.clear=X
new.action.keyboard.clear.tooltip=Clear shortcut
command.implement.externalizable=Implement Externalizable
+
new.menu.action.text=Action
new.menu.action.description=Create New Action
new.action.error=Cannot create action
new.action.command=Create Action
new.action.action.name=Creating new action: {0}.{1}
new.action.dialog.title=New Action
+
new.menu.application.component.text=Application Component
-new.menu.application.component.description=Create New Application Component
-new.application.component.error=Cannot create application component
-new.application.component.command=Create Application Component
-new.application.component.prompt.title=New Application Component
-new.application.component.prompt=Enter new application component name:
-new.application.component.action.name=Creating new application component: {0}.{1}
new.menu.module.component.text=Module Component
-new.menu.module.component.description=Create New Module Component
-new.module.component.error=Cannot create module component
-new.module.component.command=Create Module Component
-new.module.component.prompt.title=New Module Component
-new.module.component.prompt=Enter new module component name:
-new.module.component.action.name=Creating new module component: {0}.{1}
new.menu.project.component.text=Project Component
-new.menu.project.component.description=Create New Project Component
-new.project.component.error=Cannot create project component
-new.project.component.command=Create Project Component
-new.project.component.prompt.title=New Project Component
-new.project.component.prompt=Enter new project component name:
-new.project.component.action.name=Creating new project component: {0}.{1}
-select.plugin.modules.to.patch=Select Plugin Modules to Patch
+new.service.class.action.name=Creating new service
+new.service.dialog.interface=Service &interface:
+new.service.dialog.implementation=Service i&mplementation:
+new.service.dialog.class=Service &class:
+new.service.dialog.separate=&Separate interface from implementation
+
+new.menu.application.service.text=Application Service
+new.menu.application.service.description=Create New Application Service
+new.application.service.dialog.title=Create Application Service
+new.menu.project.service.text=Project Service
+new.menu.project.service.description=Create New Project Service
+new.project.service.dialog.title=Create Project Service
+new.menu.module.service.text=Module Service
+new.menu.module.service.description=Create New Module Service
+new.module.service.dialog.title=Create New Module Service
+
+select.plugin.module.to.patch=Select Plugin Module to Patch
keyword.extend=extend
keyword.implement=implement
inspections.registration.problems.option.check.java.actions=Check Java Actions
inspections.registration.problems.option.check.java.code=Check Java Code
inspections.registration.problems.quickfix.read-only=Class ''{0}'' is read-only
-inspections.registration.problems.quickfix.make.public=Make {0} public
inspections.registration.problems.quickfix.create.constructor=Create no-argument constructor
inspections.registration.problems.incompatible.message=According to its registration in plugin.xml, the class should {0} ''{1}''
inspections.registration.problems.missing.implementation.class=Missing implementation-class
inspections.registration.problems.cannot.resolve.class=Cannot resolve {0} class
-inspections.registration.problems.component.should.implement=Component class must implement ''{0}''
inspections.registration.problems.component.incompatible.interface=Component class is not assignable to its interface-class ''{0}''
inspections.registration.problems.component.duplicate.interface=Multiple components with the same interface-class are not allowed
inspections.registration.problems.action.incompatible.class=Action class must extend ''{0}''
inspections.component.postfix.template.not.found.description.name=Postfix template Description Checker
-InspectionUseGrayColor=Use Gray
ant.build.jar.comment=Build archive for plugin ''{0}''
ant.build.jar.description=Build plugin archive for module ''{0}''
-project.title=Plugin Project
no.java.sdk.for.idea.sdk.found=No Java SDK of appropriate version found. In addition to the IntelliJ Platform Plugin SDK, you need to define a JDK with the same Java version ({0}).
no.idea.sdk.version.found=Failed to detect JDK version required for IntelliJ Platform Plugin SDK.
-group.PluginDeployActions.text=Plugin Deployment Actions
-
error.cannot.resolve.plugin=Cannot resolve plugin {0}
create.description.file=Create description file {0}
select.target.location.of.description=Select target location of {0}
-serialization.only.member.used.explicitly=Serialization-only member used explicitly
implemented.at.runtime.dom=DOM Element implemented at runtime
implemented.at.runtime.jamElement=JAM Element implemented at runtime