mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
extract common stuff for inline new project wizard
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user