forked from qt-creator/qt-creator
Python: add a python kit aspect
Change-Id: If7aaa52025ec5834a44e9196548fbcc7456c89a8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -17,6 +17,8 @@ const char C_PYTHONOPTIONS_PAGE_ID[] = "PythonEditor.OptionsPage";
|
||||
const char C_PYLSCONFIGURATION_PAGE_ID[] = "PythonEditor.PythonLanguageServerConfiguration";
|
||||
const char C_PYTHON_SETTINGS_CATEGORY[] = "P.Python";
|
||||
|
||||
const char PYTHON_TOOLKIT_ASPECT_ID[] = "Python.Interpreter";
|
||||
|
||||
const char PYTHON_OPEN_REPL[] = "Python.OpenRepl";
|
||||
const char PYTHON_OPEN_REPL_IMPORT[] = "Python.OpenReplImport";
|
||||
const char PYTHON_OPEN_REPL_IMPORT_TOPLEVEL[] = "Python.OpenReplImportToplevel";
|
||||
|
Reference in New Issue
Block a user