Add copy script path item to script editor

This commit is contained in:
sersoong 2017-12-01 15:24:31 +08:00
parent db262f80be
commit f3bb2d8679
2 changed files with 19 additions and 0 deletions

View file

@ -118,6 +118,7 @@ class ScriptEditor : public VBoxContainer {
FILE_CLOSE,
FILE_CLOSE_OTHERS,
FILE_CLOSE_ALL,
FILE_COPY_SCRIPT_PATH,
CLOSE_DOCS,
EDIT_UNDO,
EDIT_REDO,
@ -245,6 +246,7 @@ class ScriptEditor : public VBoxContainer {
void _close_other_tabs(int idx);
void _close_all_tab(int except);
void _close_docs_tab();
void _copy_script_path();
bool grab_focus_block;