diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-30 20:11:21 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-03-05 00:02:09 +0100 |
commit | 4f8d7cae2601343d6221ec95485fc6812c9a22d8 (patch) | |
tree | 471d50cb5e71714326a0ea5c832e5b0324f83b7c /editor/group_settings_editor.h | |
parent | 01dc5c5b58e93cb893c9c427419eb7838e73ec7d (diff) | |
download | redot-engine-4f8d7cae2601343d6221ec95485fc6812c9a22d8.tar.gz |
Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog
This also tweaks EditorFileDialog to use the same shortcut,
while making it select the path text after focusing
(like in most file managers).
Ctrl + L / Cmd + Shift + G can also now be used to focus on the
property name in the project settings editor, as well in the
Input Map, Autoload, Shader Globals and Global Groups tabs.
Diffstat (limited to 'editor/group_settings_editor.h')
-rw-r--r-- | editor/group_settings_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/group_settings_editor.h b/editor/group_settings_editor.h index 660c15865e..5be0013e96 100644 --- a/editor/group_settings_editor.h +++ b/editor/group_settings_editor.h @@ -90,6 +90,7 @@ protected: static void _bind_methods(); public: + LineEdit *get_name_box() const; void show_message(const String &p_message); void remove_references(const StringName &p_name); |