summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
Commit message (Collapse)AuthorAgeFilesLines
* Add filter & sort to editor file dialogPablo Andres Fuente2024-09-261-30/+2
| | | | | | | | | | | | | | Closes https://github.com/godotengine/godot-proposals/issues/2721 On `EditorFileDialog`: * Add filter box that only shows folders and files in current directory that match * Add sort button to sort files and directories * Add a shortcut for CTRL+F for selecting the filter box Also moved common code between `EditorFileDialog` and `FileSystemDock` to it's own file. Co-authored-by: fox <12120644+foxydevloper@users.noreply.github.com>
* Merge pull request #97075 from ↵Rémi Verschelde2024-09-191-1/+1
|\ | | | | | | | | | | KoBeWi/better_new_folder_(not_to_be_confused_with_new_better_folder) Rework creating new folders in editor
| * Rework creating new folders in editorkobewi2024-09-171-1/+1
| |
* | Merge pull request #65585 from SaracenOne/filesystem_dock_conversionRémi Verschelde2024-09-171-0/+12
|\ \ | |/ |/| | | Add support for resource conversion plugins in filesystem dock
| * Add support for resource conversion plugins in filesystem dock.SaracenOne2024-09-161-0/+12
| |
* | Merge pull request #93372 from ↵Rémi Verschelde2024-09-161-0/+1
|\ \ | |/ |/| | | | | | | KoBeWi/instant_folders,_like_instant_noodles,_but_for_storing_files Don't rescan filesystem when adding new directory
| * Don't rescan filesystem when adding new directorykobewi2024-06-201-0/+1
| |
* | Fix `EditorInterface.get_selected_paths()` working incorrectly when ↵Artemy Fedotov2024-08-171-0/+1
| | | | | | | | FileSystemDock is in split mode
* | Fix Noticeable freeze after saving a scene #93104Hilderin2024-06-201-2/+0
|/
* Revert "Fix FileSystem dock won't show any file folders"Rémi Verschelde2024-06-111-2/+0
| | | | | | This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe. Fixes #93022.
* Fix FileSystem dock won't show any file foldersHilderin2024-06-101-0/+2
|
* Fix Tree and FileSystemList edit popup double events and ESC behavior.bruvzg2024-05-171-0/+1
|
* Merge pull request #91158 from Arnklit/show-in-filesystem-favoritesRémi Verschelde2024-04-261-0/+1
|\ | | | | | | Add show in filesystem option for file favorites
| * Add show in filesystem option for file favoritesKasper Frandsen2024-04-261-0/+1
| |
* | Merge pull request #88660 from MajorMcDoom/tokenized-file-searchRémi Verschelde2024-04-191-1/+2
|\ \ | | | | | | | | | Add tokenized search support to Quick Open dialog and FileSystem filter
| * | Added tokenized search support to Quick Open dialog and FileSystem filter.Zi Ye2024-04-171-1/+2
| | |
* | | Fix folder colors not present in editor dir dialogMuller-Castro2024-04-161-0/+5
|/ /
* / Fix folder colors not saving after project.godot is modifed externallykobewi2024-04-121-0/+1
|/
* Add option to copy absolute path in file system dock popupChristian Feuz2024-04-091-0/+1
|
* Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-1/+1
| | | | Sorts leading `_` before other characters except `.`.
* Fix custom resource icons in FileSystemkobewi2024-03-081-1/+4
|
* Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+1
| | | | | | | | | | 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.
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-5/+5
|
* Some editor code cleanupkobewi2024-01-301-2/+0
|
* Ability to move FileSystem dock to bottomJuan Linietsky2024-01-291-0/+7
| | | | | * Allows moving the filesystem dock to the bottom * Added ability to drag resources across bottom docks
* Extract editor dock managerkit2024-01-151-3/+6
|
* Merge pull request #86486 from timothyqiu/move-copy-dialogRémi Verschelde2024-01-031-7/+8
|\ | | | | | | Improve `EditorDirDialog`
| * Improve EditorDirDialogHaoyu Qiu2023-12-251-7/+8
| | | | | | | | | | | | | | | | | | * Automatically selects the newly created directory * Automatically selects "res://" when nothing is selected * Fixes an error when overwrite/replace dialog appears * Changes "copy checkbox + action button" to "copy button + move button" * Double clicking a directory (un)collapses it instead of copy/move * Uses DirectoryCreateDialog for "Create Folder"
* | Store horizontal and vertical split offsets separately in FileSystem dockVedat Gunel2023-12-251-2/+5
|/
* Merge pull request #85923 from ↵Yuri Sizov2023-12-221-0/+1
|\ | | | | | | | | | | Calinou/editor-filesystem-dock-add-open-in-terminal Add a editor FileSystem dock action to open a terminal in selected folder
| * Add a editor FileSystem dock action to open a terminal in selected folderHugo Locurcio2023-12-191-0/+1
| | | | | | | | | | This is useful to enter some commands without having to open a separate terminal and `cd` to the project folder.
* | Properly select the newly duplicated filekobewi2023-12-141-0/+1
| |
* | Fix folder color not showing up in file dialogsNikita Krasnov2023-11-141-0/+3
|/
* Use Hashset for dependency list when movingJordyfel2023-10-251-3/+3
|
* Fix several issues with renaming in FileSystem dockVedat Gunel2023-10-091-1/+1
|
* Merge pull request #80241 from gamedevishard/filesystem_dock_hsplitRémi Verschelde2023-10-031-3/+7
|\ | | | | | | Horizontal split view for Filesystem Dock
| * Horizontal split view for Filesystem DockDevel Oper2023-09-221-3/+7
| |
* | Fix folder moving in FileSystemDock风青山2023-09-291-3/+3
|/ | | | | | Include files in the folder that will be moved/renamed when looking up the file owner. Rename the function/variable names to make more sense in FileSystemDock
* Fix dependency handling on move or rename.Jordyfel2023-09-151-4/+4
|
* Update folder colors when moving or renamingA Thousand Ships2023-09-071-1/+3
|
* Add custom color support to project foldersthe-sink2023-08-291-0/+6
|
* Permits the renaming of files and folders inline for items in the ↵Wiwip2023-06-021-1/+18
| | | | | | | FileSystemDock. This is a continuation of: https://github.com/godotengine/godot/pull/76794 which didn't consider DISPLAY_MODE_SPLIT. Fixes: https://github.com/godotengine/godot/issues/77527 and https://github.com/godotengine/godot-proposals/issues/4933
* Add scrolling to overwrite dialogkobewi2023-05-181-0/+6
|
* Enhance filesystem dock tooltipskobewi2023-05-121-2/+17
|
* Merge pull request #76794 from Wiwip/inline-editRémi Verschelde2023-05-111-2/+0
|\ | | | | | | Inline editor for the file system dock
| * Modifies the file system dock to use the inline editor instead of a dialog.Wiwip2023-05-101-2/+0
| | | | | | | | *Bugsquad edit:* Closes https://github.com/godotengine/godot-proposals/issues/4933
* | Improve editor state persistenceHendrik Brucker2023-05-111-4/+6
|/
* Make create folder popup support nested foldersHaoyu Qiu2023-04-231-3/+2
|
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-5/+5
| | | | | | Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
* Improve file move and copy operationskobewi2023-03-251-2/+11
|