forked from qt-creator/qt-creator
Promote previously python-specific InterpreterAspect
... and drop PythonRunConfiguration, which is a plain RunConfiguration now. Change-Id: I540cb738180fc1424f730d6d1998886915ce527b Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -31,6 +31,8 @@ namespace Python {
|
||||
namespace Constants {
|
||||
|
||||
const char C_PYTHONEDITOR_ID[] = "PythonEditor.PythonEditor";
|
||||
const char C_PYTHONRUNCONFIGURATION_ID[] = "PythonEditor.RunConfiguration.";
|
||||
|
||||
const char C_EDITOR_DISPLAY_NAME[] =
|
||||
QT_TRANSLATE_NOOP("OpenWith::Editors", "Python Editor");
|
||||
|
||||
|
Reference in New Issue
Block a user