aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python/pythonconstants.h')
-rw-r--r--src/plugins/python/pythonconstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/python/pythonconstants.h b/src/plugins/python/pythonconstants.h
index 0fba0603e9..eb01dc5fab 100644
--- a/src/plugins/python/pythonconstants.h
+++ b/src/plugins/python/pythonconstants.h
@@ -37,6 +37,10 @@ const char C_EDITOR_DISPLAY_NAME[] =
const char C_PYTHONOPTIONS_PAGE_ID[] = "PythonEditor.OptionsPage";
const char C_PYTHON_SETTINGS_CATEGORY[] = "P.Python";
+const char PYTHON_OPEN_REPL[] = "Python.OpenRepl";
+const char PYTHON_OPEN_REPL_IMPORT[] = "Python.OpenReplImport";
+const char PYTHON_OPEN_REPL_IMPORT_TOPLEVEL[] = "Python.OpenReplImportToplevel";
+
/*******************************************************************************
* MIME type
******************************************************************************/