diff options
author | geequlim <geequlim@gmail.com> | 2017-06-25 17:20:01 +0800 |
---|---|---|
committer | geequlim <geequlim@gmail.com> | 2017-06-27 12:55:16 +0800 |
commit | 6687484958412ff0f3bd6d97cbc1fcebc7ae64d2 (patch) | |
tree | fdeae7b3668b0ff1d7c84f38741a9762d224f260 /editor/plugins/script_editor_plugin.h | |
parent | 87fd71244be7b185f0525c6b33850f7075b1425a (diff) |
Better user expirence with external text editors.
Implements open_in_external_editor for subclasses of ScriptLanguage.
Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index e036d1ed9c..3b444c0883 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -141,6 +141,7 @@ class ScriptEditor : public VBoxContainer { DEBUG_CONTINUE, DEBUG_SHOW, DEBUG_SHOW_KEEP_OPEN, + DEBUG_WITH_EXTERNAL_EDITOR, SEARCH_HELP, SEARCH_CLASSES, SEARCH_WEBSITE, |