IDEA-61792 Maven: setting for the project file location

This commit is contained in:
Sergey Evdokimov
2013-07-26 13:24:25 +04:00
parent 529f9dd146
commit b29dd4ce94
2 changed files with 2 additions and 3 deletions

View File

@@ -154,7 +154,7 @@
</hspacer>
</children>
</grid>
<grid id="7fb78" binding="mySeparateModulesDirPanel" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<grid id="7fb78" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="10" right="0"/>
<constraints>
<grid row="3" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
@@ -168,6 +168,7 @@
</constraints>
<properties>
<text value="&amp;Keep project files in:"/>
<toolTipText value="Keep IDEA specified files like *.iml / .idea in selected directory. By default *.iml files are stored beside the pom.xml "/>
</properties>
</component>
<component id="dd23c" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="mySeparateModulesDirChooser">

View File

@@ -50,7 +50,6 @@ public class MavenImportingSettingsForm {
private JCheckBox myDownloadDocsCheckBox;
private JPanel myAdditionalSettingsPanel;
private JPanel mySeparateModulesDirPanel;
private JComboBox myGeneratedSourcesComboBox;
private JCheckBox myExcludeTargetFolderCheckBox;
private JTextField myDependencyTypes;
@@ -59,7 +58,6 @@ public class MavenImportingSettingsForm {
mySearchRecursivelyCheckBox.setVisible(isImportStep);
myProjectFormatLabel.setVisible(isImportStep && isCreatingNewProject);
myProjectFormatComboBox.setVisible(isImportStep && isCreatingNewProject);
mySeparateModulesDirPanel.setVisible(isImportStep);
ActionListener listener = new ActionListener() {
public void actionPerformed(ActionEvent e) {