mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IDEA-61792 Maven: setting for the project file location
This commit is contained in:
@@ -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="&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">
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user