mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disable completion in key alias field and method name field
This commit is contained in:
+2
-2
@@ -141,7 +141,7 @@
|
||||
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<labelFor value="9b706"/>
|
||||
<labelFor value="ceb72"/>
|
||||
<text value="K&ey alias: "/>
|
||||
</properties>
|
||||
</component>
|
||||
@@ -162,7 +162,7 @@
|
||||
</constraints>
|
||||
<properties/>
|
||||
</component>
|
||||
<component id="9b706" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myKeyAliasField">
|
||||
<component id="ceb72" class="com.intellij.openapi.ui.TextFieldWithBrowseButton$NoPathCompletion" binding="myKeyAliasField">
|
||||
<constraints>
|
||||
<grid row="3" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@ public class AndroidArtifactPropertiesEditor extends ArtifactPropertiesEditor {
|
||||
private JPasswordField myKeyStorePasswordField;
|
||||
private JTextField myKeyStorePathField;
|
||||
private JPasswordField myKeyPasswordField;
|
||||
private TextFieldWithBrowseButton myKeyAliasField;
|
||||
private TextFieldWithBrowseButton.NoPathCompletion myKeyAliasField;
|
||||
private JButton myLoadKeyStoreButton;
|
||||
private JButton myCreateKeyStoreButton;
|
||||
private JCheckBox myProGuardCheckBox;
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
<grid row="3" column="0" row-span="1" col-span="6" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
<properties>
|
||||
<componentClass value="com.intellij.openapi.ui.TextFieldWithBrowseButton"/>
|
||||
<componentClass value="com.intellij.openapi.ui.TextFieldWithBrowseButton$NoPathCompletion"/>
|
||||
<labelLocation value="West"/>
|
||||
<text resource-bundle="messages/AndroidBundle" key="android.run.configuration.method.label"/>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user