mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-276407 Remove more settings in the General Project Type
GitOrigin-RevId: 21a75227e963b529635991fa0430284656fda7ee
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d53d3825df
commit
6f7d008170
@@ -22,7 +22,9 @@ public class GeneralModuleTypeForIdea extends GeneralModuleType {
|
||||
@Override
|
||||
public @NotNull ModuleWizardStep getCustomOptionsStep(WizardContext context,
|
||||
Disposable parentDisposable) {
|
||||
return new ProjectSettingsStep(context);
|
||||
ProjectSettingsStep step = new ProjectSettingsStep(context);
|
||||
step.getExpertPlaceholder().removeAll();
|
||||
return step;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -69,6 +69,10 @@ public class ProjectSettingsStep extends ModuleWizardStep implements SettingsSte
|
||||
}
|
||||
}
|
||||
|
||||
JPanel getExpertPlaceholder() {
|
||||
return myExpertPlaceholder;
|
||||
}
|
||||
|
||||
private JPanel getModulePanel() {
|
||||
return myModuleNameLocationComponent.getModulePanel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user