extract common stuff for inline new project wizard

This commit is contained in:
Dennis Ushakov
2014-12-05 12:47:07 +03:00
parent c0e7b2bbc4
commit 8cdaf1c6a2
12 changed files with 629 additions and 661 deletions
@@ -60,7 +60,7 @@ public class StudyIntroductionCourseAction extends AnAction {
introCourse = StudyUtils.getFirst(courses.keySet());
}
generator.setSelectedCourse(introCourse);
final ProjectSpecificSettingsStep step = new ProjectSpecificSettingsStep(generator, callback, true);
final ProjectSpecificSettingsStep step = new ProjectSpecificSettingsStep(generator, callback);
step.createPanel(); // initialize panel to set location
step.setLocation(projectDir.toString());