mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add Copy Script UID option to Script Editor
Co-authored-by: Alex Drozd <drozdster@gmail.com>
This commit is contained in:
parent
abf8e1e6f9
commit
90ef140169
2 changed files with 27 additions and 7 deletions
|
|
@ -253,6 +253,7 @@ class ScriptEditor : public PanelContainer {
|
|||
TOGGLE_SCRIPTS_PANEL,
|
||||
SHOW_IN_FILE_SYSTEM,
|
||||
FILE_COPY_PATH,
|
||||
FILE_COPY_UID,
|
||||
FILE_TOOL_RELOAD_SOFT,
|
||||
SEARCH_IN_FILES,
|
||||
REPLACE_IN_FILES,
|
||||
|
|
@ -399,6 +400,7 @@ class ScriptEditor : public PanelContainer {
|
|||
void _queue_close_tabs();
|
||||
|
||||
void _copy_script_path();
|
||||
void _copy_script_uid();
|
||||
|
||||
void _ask_close_current_unsaved_tab(ScriptEditorBase *current);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue