mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-96355 Starting page of the New Project wizard: provide access to the corresponding help topic
IDEA-96356 Starting page of the New Module wizard: provide access to the corresponding help topic
This commit is contained in:
@@ -152,6 +152,11 @@ public class SelectTemplateStep extends ModuleWizardStep implements SettingsStep
|
||||
Disposer.dispose(myList);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getHelpId() {
|
||||
return myWizardContext.isCreatingNewProject() ? "New_Project_Main_Settings" : "Add_Module_Main_Settings";
|
||||
}
|
||||
|
||||
private static NamePathComponent initNamePathComponent(WizardContext context) {
|
||||
NamePathComponent component = new NamePathComponent(
|
||||
IdeBundle.message("label.project.name"),
|
||||
|
||||
Reference in New Issue
Block a user