disable completion in key alias field and method name field

This commit is contained in:
Eugene Kudelevsky
2012-07-13 22:56:59 +04:00
parent 4d9f2ecae0
commit 9baced3954
3 changed files with 4 additions and 4 deletions
@@ -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&amp;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>
@@ -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>