Minor. Moved dialog title from code to GUI settings.
This commit is contained in:
+3
-1
@@ -44,7 +44,9 @@
|
|||||||
<preferred-size width="150" height="-1"/>
|
<preferred-size width="150" height="-1"/>
|
||||||
</grid>
|
</grid>
|
||||||
</constraints>
|
</constraints>
|
||||||
<properties/>
|
<properties>
|
||||||
|
<dialogCaption resource-bundle="org/jetbrains/jet/plugin/JetBundle" key="kotlin.compiler.option.additional.command.line.parameters.dialog.title"/>
|
||||||
|
</properties>
|
||||||
</component>
|
</component>
|
||||||
</children>
|
</children>
|
||||||
</grid>
|
</grid>
|
||||||
|
|||||||
+1
-2
@@ -58,8 +58,7 @@ public class KotlinCompilerConfigurableTab implements SearchableConfigurable, Co
|
|||||||
this.compilerSettings = KotlinCompilerSettings.getInstance(ep.getProject()).getSettings();
|
this.compilerSettings = KotlinCompilerSettings.getInstance(ep.getProject()).getSettings();
|
||||||
|
|
||||||
additionalArgsOptionsField.attachLabel(additionalArgsLabel);
|
additionalArgsOptionsField.attachLabel(additionalArgsLabel);
|
||||||
additionalArgsOptionsField.setDialogCaption(JetBundle.message("kotlin.compiler.option.additional.command.line.parameters.dialog.title"));
|
|
||||||
|
|
||||||
setupFileChooser(labelForOutputPrefixFile, outputPrefixFile,
|
setupFileChooser(labelForOutputPrefixFile, outputPrefixFile,
|
||||||
JetBundle.message("kotlin.compiler.js.option.output.prefix.browse.title"));
|
JetBundle.message("kotlin.compiler.js.option.output.prefix.browse.title"));
|
||||||
setupFileChooser(labelForOutputPostfixFile, outputPostfixFile,
|
setupFileChooser(labelForOutputPostfixFile, outputPostfixFile,
|
||||||
|
|||||||
Reference in New Issue
Block a user