mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
labels unified as "Use classpath of module"
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<properties>
|
||||
<componentClass value="javax.swing.JComboBox"/>
|
||||
<labelLocation value="West"/>
|
||||
<text resource-bundle="messages/ExecutionBundle" key="applet.configuration.use.classpath.and.jdk.of.module.label"/>
|
||||
<text resource-bundle="messages/ExecutionBundle" key="application.configuration.use.classpath.and.jdk.of.module.label"/>
|
||||
</properties>
|
||||
</component>
|
||||
<grid id="c178e" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
||||
|
||||
@@ -175,7 +175,6 @@ applet.configuration.height.label= &Height:
|
||||
applet.configuration.width.label= &Width:
|
||||
applet.configuration.url.html.file.label=URL/HTML &file:
|
||||
applet.configuration.url.border=URL
|
||||
applet.configuration.use.classpath.and.jdk.of.module.label=Use classpath and JDK of m&odule:
|
||||
applet.configuration.vm.parameters.for.appletviewer.label=&VM options for appletviewer:
|
||||
applet.configuration.policy.file.label=&Policy file:
|
||||
applet.configuration.parameter.name.column=Name
|
||||
@@ -183,7 +182,7 @@ applet.configuration.parameter.value.column=Value
|
||||
class.not.specified.error.message=Class not specified.
|
||||
failed.to.generate.wrapper.error.message=Failed to generate temporary html wrapper for applet class
|
||||
|
||||
application.configuration.use.classpath.and.jdk.of.module.label=Use classpath and JDK of m&odule:
|
||||
application.configuration.use.classpath.and.jdk.of.module.label=Use classpath of m&odule:
|
||||
application.configuration.main.class.label=Main &class:
|
||||
jre.path.is.not.valid.jre.home.error.mesage=''{0}'' is not valid JRE home
|
||||
main.method.not.found.in.class.error.message=Main method not found in class {0}
|
||||
@@ -199,7 +198,6 @@ package.does.not.exist.error.message=Package ''{0}'' does not exist
|
||||
choose.main.class.dialog.title=Choose Main Class
|
||||
choose.applet.class.dialog.title=Choose Applet Class
|
||||
junit.configuration.test.runner.parameters.label=Test runner pa&rams:
|
||||
junit.configuration.use.classpath.and.jdk.of.module.label=Use classpath and JDK of m&odule:
|
||||
junit.configuration.test.border=Test
|
||||
junit.configuration.across.module.dependencies.radio=Across modu&le dependencies
|
||||
junit.configuration.in.single.module.radio=In s&ingle module
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
package org.jetbrains.idea.devkit.run;
|
||||
|
||||
import com.intellij.execution.ExecutionBundle;
|
||||
import com.intellij.execution.configurations.LogFileOptions;
|
||||
import com.intellij.ide.ui.ListCellRendererWrapper;
|
||||
import com.intellij.openapi.diagnostic.Logger;
|
||||
@@ -50,7 +51,7 @@ public class PluginRunConfigurationEditor extends SettingsEditor<PluginRunConfig
|
||||
|
||||
private DefaultComboBoxModel myModulesModel = new DefaultComboBoxModel();
|
||||
private final JComboBox myModules = new JComboBox(myModulesModel);
|
||||
private final JBLabel myModuleLabel = new JBLabel(DevKitBundle.message("run.configuration.classpath.from.module.choose"));
|
||||
private final JBLabel myModuleLabel = new JBLabel(ExecutionBundle.message("application.configuration.use.classpath.and.jdk.of.module.label"));
|
||||
private final LabeledComponent<RawCommandLineEditor> myVMParameters = new LabeledComponent<RawCommandLineEditor>();
|
||||
private final LabeledComponent<RawCommandLineEditor> myProgramParameters = new LabeledComponent<RawCommandLineEditor>();
|
||||
private JComponent anchor;
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@
|
||||
<componentClass value="javax.swing.JComboBox"/>
|
||||
<enabled value="true"/>
|
||||
<labelLocation value="West"/>
|
||||
<text resource-bundle="messages/ExecutionBundle" key="junit.configuration.use.classpath.and.jdk.of.module.label"/>
|
||||
<text resource-bundle="messages/ExecutionBundle" key="application.configuration.use.classpath.and.jdk.of.module.label"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="e5163" class="com.intellij.execution.ui.AlternativeJREPanel" binding="myAlternativeJREPanel">
|
||||
|
||||
+1
-1
@@ -167,7 +167,7 @@
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelLocation value="West"/>
|
||||
<text value="Use classpath and JDK of m&odule"/>
|
||||
<text resource-bundle="messages/ExecutionBundle" key="application.configuration.use.classpath.and.jdk.of.module.label"/>
|
||||
</properties>
|
||||
</component>
|
||||
<component id="baac2" class="com.intellij.execution.ui.AlternativeJREPanel" binding="alternateJDK">
|
||||
|
||||
Reference in New Issue
Block a user