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:
Dmitry Avdeev
2012-12-03 15:01:07 +04:00
parent 5b317e21dd
commit d25f4f75fc
@@ -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"),