mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-28948 Scientific Project Starts Python Console with System Python
This commit is contained in:
+3
@@ -79,6 +79,9 @@ public class PythonGenerateProjectCallback<T> extends AbstractNewProjectStep.Abs
|
||||
}
|
||||
}
|
||||
}
|
||||
if (generator instanceof PythonProjectGenerator) {
|
||||
((PythonProjectGenerator)generator).afterProjectGenerated(newProject);
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
@@ -271,6 +271,9 @@ public abstract class PythonProjectGenerator<T extends PyNewProjectSettings> ext
|
||||
return null;
|
||||
}
|
||||
|
||||
public void afterProjectGenerated(@NotNull final Project project) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated This method no longer has any effect. The standard interpreter chooser UI is always shown.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user