mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add copy script path item to script editor
This commit is contained in:
parent
db262f80be
commit
f3bb2d8679
2 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue