godot/editor/gui
Hugo Locurcio 4f8d7cae26
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.
2024-03-05 00:02:09 +01:00
..
editor_bottom_panel.cpp Display the build date in the editor and when starting the engine 2024-02-27 20:39:17 +01:00
editor_bottom_panel.h Extract BottomPanel from EditorNode 2024-02-20 15:09:07 -05:00
editor_dir_dialog.cpp Improve EditorDirDialog 2023-12-25 19:14:04 +08:00
editor_dir_dialog.h Improve EditorDirDialog 2023-12-25 19:14:04 +08:00
editor_file_dialog.cpp Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialog 2024-03-05 00:02:09 +01:00
editor_file_dialog.h Merge pull request #88825 from adamscott/add-create-folder-icon 2024-02-27 10:18:13 +01:00
editor_object_selector.cpp Fix PopupMenu doesn't respect it's ScrollContainer's margins 2024-02-23 15:51:47 +02:00
editor_object_selector.h
editor_run_bar.cpp Add hover highlight to main editor buttons 2024-02-16 14:49:44 -05:00
editor_run_bar.h
editor_scene_tabs.cpp Use check_changed_settings_in_group() everywhere 2024-02-19 21:34:45 +01:00
editor_scene_tabs.h
editor_spin_slider.cpp Allow to abort SpinSlider value changes 2024-02-16 07:54:35 +04:00
editor_spin_slider.h Allow to abort SpinSlider value changes 2024-02-16 07:54:35 +04:00
editor_title_bar.cpp
editor_title_bar.h
editor_toaster.cpp Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
editor_toaster.h Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
editor_validation_panel.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
editor_validation_panel.h
editor_zoom_widget.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
editor_zoom_widget.h
scene_tree_editor.cpp Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
scene_tree_editor.h Add const lvalue ref to editor/* container parameters 2024-02-26 15:28:15 -03:00
SCsub