You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add 'copy script path' to script editor plugin
This commit is contained in:
@@ -137,6 +137,7 @@ class ScriptEditor : public PanelContainer {
|
||||
CLOSE_ALL,
|
||||
CLOSE_OTHER_TABS,
|
||||
TOGGLE_SCRIPTS_PANEL,
|
||||
FILE_COPY_PATH,
|
||||
FILE_TOOL_RELOAD,
|
||||
FILE_TOOL_RELOAD_SOFT,
|
||||
DEBUG_NEXT,
|
||||
@@ -255,6 +256,8 @@ class ScriptEditor : public PanelContainer {
|
||||
void _close_other_tabs();
|
||||
void _close_all_tabs();
|
||||
|
||||
void _copy_script_path();
|
||||
|
||||
void _ask_close_current_unsaved_tab(ScriptEditorBase *current);
|
||||
|
||||
bool grab_focus_block;
|
||||
|
||||
Reference in New Issue
Block a user