Thaddeus Crews
b727436b22
Merge pull request #107683 from KoBeWi/nothing_ever_selects
...
Clear current path when deselecting files
2025-06-24 09:58:41 -05:00
Thaddeus Crews
bda0d1c8b8
Merge pull request #107929 from KoBeWi/HINT_HINT
...
Fix updating project settings after move
2025-06-24 09:58:39 -05:00
Thaddeus Crews
faa009c116
Merge pull request #107656 from bruvzg/tlbl_clean
...
Cleanup accessibility names.
2025-06-24 09:58:35 -05:00
kobewi
86d9e149d4
Fix updating project settings after move
2025-06-24 10:27:41 +02:00
Pāvels Nadtočajevs
a272376f89
Cleanup accessibility names.
2025-06-23 11:08:36 +03:00
LuoZhihao
52dae1257c
Fix can't convert to ShaderMaterial in FileSystemDock
...
Co-authored-by: KoBeWi <kobewi4e@gmail.com >
2025-06-23 01:16:00 +00:00
kobewi
0b5230b7be
Fix wrong context menu argument from FileSystem's item list
2025-06-22 15:10:27 +02:00
vaner-org
472bc680d7
Check UID to disable "Set as Main Scene" in FileSystemDock
...
Correctly removes "Set as Main Scene" in FileSystemDock's right-click menu for when main scene was set with a uid:// path.
2025-06-20 19:37:06 +05:30
kobewi
8a92c81a66
Clear current path when deselecting files
2025-06-18 22:50:53 +02:00
Rémi Verschelde
856da6858c
Merge pull request #107085 from KoBeWi/new_in_folder
...
Always use base directory in `CONTEXT_SLOT_FILESYSTEM_CREATE`
2025-06-13 01:30:43 +02:00
Rémi Verschelde
22702244f8
Merge pull request #105414 from KoBeWi/disable_uid_here
...
Add `@export_file_path` to export raw paths (no UID)
2025-06-13 01:30:24 +02:00
kobewi
1725231e14
Fix favorite folder colors
2025-06-12 16:48:46 +02:00
Logan Detrick
28c2bad084
Fix FileSystemDock signal connection for path navigation text box
2025-06-12 10:23:02 +02:00
Rémi Verschelde
b54197a899
Merge pull request #107323 from Jordyfel/fs-dock-thumbnail-size-fix
...
Filesystem dock: Fix thumbnail size not updating instantly after changing editor setting
2025-06-12 01:15:46 +02:00
Jordyfel
20ca577cba
Update filesystem dock thumbnail size after changing setting
2025-06-10 14:37:06 +03:00
Haoyu Qiu
cd5ddf7cc9
Fix not being able to open directory in certain terminals
2025-06-09 16:58:51 +08:00
Pāvels Nadtočajevs
22b5a2fc5c
Change editor button focus mode to FOCUS_ACCESSIBILITY.
2025-06-08 15:53:27 +03:00
Mikael Hermansson
f610c81943
Add OS::open_with_program for opening files/directories with a specific program on macOS
...
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com >
2025-06-05 10:12:01 +02:00
kobewi
9e8396c9c7
Always use base directory in CONTEXT_SLOT_FILESYSTEM_CREATE
2025-06-03 15:45:16 +02:00
Ozelot Vanilla
94669955d8
fix: EditorContextMenuPlugin CONTEXT_SLOT_FILESYSTEM_CREATE does not receive path information for some menu
...
Also add explanation in `EditorContextMenuPlugin`'s doc for fixing path information passing
(Accept PR #106820 suggestion by: Tomasz Chabora <kobewi4e@gmail.com >)
2025-06-02 15:37:12 +09:00
Thaddeus Crews
bdf03ac2b3
Merge pull request #106811 from OzelotVanilla/fix-editor-plugin-filesystem-create
...
Fix missing popup item defined in `EditorContextMenuPlugin` with slot `CONTEXT_SLOT_FILESYSTEM_CREATE`
2025-05-27 09:39:24 -05:00
Ozelot Vanilla
14d9aa9672
fix: EditorContextMenuPlugin with slot CONTEXT_SLOT_FILESYSTEM_CREATE does not add popup item to all menu
...
As there are multiple menu containing creating new files, this commit add the popup menu item from the plugin to all those menu to keep consistency.
The fixing uses empty array to indicate different types of context menu.
Added to these menu:
* Right-click on empty space on the tree (`_tree_empty_click`).
* Right-click on empty space on the file panel (`_file_list_empty_clicked`)
Also add explanation in `EditorContextMenuPlugin::CONTEXT_SLOT_FILESYSTEM_CREATE`'s doc for previous fixing
(Accept PR #106811 code suggestion by: Tomasz Chabora <kobewi4e@gmail.com >)
2025-05-27 10:15:21 +09:00
Thaddeus Crews
34fc2c1bb6
Merge pull request #106339 from Ryan-000/Run-EditorScript-from-FileSystemDock
...
Allow running EditorScripts from the FileSystemDock
2025-05-26 11:24:41 -05:00
Ryan
e3db0d62a8
Allow running EditorScripts from the FileSystemDock
...
Apply suggestions from code review
Co-Authored-By: Tomasz Chabora <kobewi4e@gmail.com >
2025-05-24 00:04:07 -04:00
kobewi
42249bb659
Add @export_file_path to export raw paths (no UID)
2025-05-22 13:25:17 +02:00
Thaddeus Crews
8e744e65b8
Merge pull request #106049 from nklbdev/fix-set-focus-on-right-control-on-user-action-show-in-file-system
...
Fix Set focus on right control on user action "show in file system"
2025-05-19 16:22:24 -05:00
BrotherShort
a52a7a4a48
Make the position and the size of FileSystem controls more precise
2025-05-11 00:31:49 +08:00
kobewi
5dd4267a0b
Unify shortcut handling in FileSystem dock
2025-05-05 22:37:29 +02:00
nklbdev
66faae4d83
Fix Set focus on right control on user action "show in file system"
2025-05-03 09:19:12 +05:00
nklbdev
767e037726
Fix added missing shortcuts from tree to file list
2025-05-02 00:23:33 +05:00
Rémi Verschelde
694d034d5b
Rename editor "File" MenuOption enums for clarity
2025-04-30 16:32:11 +02:00
Rémi Verschelde
c019b76523
Remove WinAPI #undef hacks needed for mingw-std-threads
...
Instead, we rename the conflicting symbols.
2025-04-29 14:24:03 +02:00
Pāvels Nadtočajevs
7dc8daf176
[FileSystemList] Fix edit popup not accounting scroll position.
2025-04-14 12:11:15 +03:00
Thaddeus Crews
94282d88f9
Core: Use Math namespace for constants
2025-04-10 16:29:30 -05:00
Yufeng Ying
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
2025-04-09 02:46:24 +08:00
Pāvels Nadtočajevs
302fa831cc
Initial editor accessibility.
2025-04-08 20:25:48 +03:00
Thaddeus Crews
4f8c90ae61
Merge pull request #104789 from jaydensipe/fix-textfile-class-error
...
Fix `Cannot get class` error when searching `TextFile`/`OtherFile` in FileSystem dock
2025-04-07 08:43:29 -05:00
Jayden Sipe
1066e83262
Fix Cannot get class error when searching TextFile/OtherFile
2025-04-06 20:51:40 -04:00
Yufeng Ying
4f4031a675
Replace size() == 0 with is_empty().
2025-04-02 19:18:43 +08:00
Rémi Verschelde
3b90bb56ad
Merge pull request #89782 from KoBeWi/stdArrayList
...
Use initializer list in Arrays
2025-03-28 17:29:40 +01:00
kobewi
75881f8322
Use initializer list in Arrays
2025-03-26 18:38:15 +01:00
kobewi
ede1f8ef7e
Improve auto-translation for static strings in docks
2025-03-26 14:09:38 +01:00
Rémi Verschelde
09988ae22b
Revert "Add option to copy a file's name in the FileSystem dock"
...
This reverts commit 2569416881 .
2025-03-21 12:07:03 +01:00
Rémi Verschelde
9f67aeaae8
Merge pull request #104022 from precup/create_directory_fix
...
Defend against directories without trailing slashes
2025-03-19 12:27:07 +01:00
Mike Precup
9de4efa451
Defend against directories without trailing slashes
2025-03-16 15:27:42 -07:00
Rémi Verschelde
3751a4a026
Merge pull request #103734 from KoBeWi/catch_fokus_200
...
Re-grab FileSystem focus after rescan
2025-03-14 00:08:41 +01:00
Lars Pettersson
d2d02d0ea8
EditorNode: Add function to load file as scene or resource
2025-03-12 23:59:48 +01:00
Thaddeus Crews
3eeaa56abb
Merge pull request #96536 from YeldhamDev/copy_file_name
...
Add option to copy a file's name in the FileSystem dock
2025-03-11 14:00:49 -05:00
Thaddeus Crews
8b64454436
Merge pull request #103762 from KoBeWi/unload_reload
...
Remove unused Reload button
2025-03-11 09:35:00 -05:00
kobewi
018eccdfd3
Remove unused Reload button
2025-03-07 15:08:50 +01:00