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 |
|
A Thousand Ships
|
5113022dfe
|
Clean up some uses of String::substr
Cases where the end position is either equvalent to the default or past
the end of the string.
|
2025-03-07 14:50:38 +01:00 |
|
kobewi
|
9dcf720f50
|
Re-grab FileSystem focus after rescan
|
2025-03-07 00:30:39 +01:00 |
|
Michael Alexsander
|
2569416881
|
Add option to copy a file's name in the FileSystem dock
|
2025-02-16 20:05:22 -03:00 |
|
Agustín Marsero
|
2ba64a57c5
|
Fix Global Class names cache not saved with upgrade to 4.4.
Co-authored-by: Hilderin <81109165+Hilderin@users.noreply.github.com>
|
2025-02-12 18:33:38 +01:00 |
|
Rémi Verschelde
|
08f22c890d
|
Merge pull request #102714 from KoBeWi/ninja_tree_items_on_their_way_to_break_your_selection
Don't select invisible items in FileSystem dock
|
2025-02-11 23:59:26 +01:00 |
|
kobewi
|
ac1d4f2bec
|
Don't select invisible items in FileSystem dock
|
2025-02-11 16:20:31 +01:00 |
|
kobewi
|
0cffaf788b
|
Navigate to folder when double-clicking favorite
|
2025-02-08 20:47:47 +01:00 |
|
Jordyfel
|
4391d88c1a
|
Fix regression in moving resources in filesystem dock
|
2025-02-06 19:10:44 +02:00 |
|
Thaddeus Crews
|
d5eacefaf4
|
Merge pull request #102336 from Maran23/show-in-filesystem-fix
Fix 'Show in FileSystem' jumps to incorrect entry under certain conditions
|
2025-02-04 09:04:07 -06:00 |
|
Marius Hanl
|
f0ae69ed8e
|
Fix 'Show in FileSystem' jumps to incorrect entry under certain conditions
|
2025-02-02 20:59:07 +01:00 |
|
kobewi
|
46d8231e63
|
Remove unnecessary rescan after copying file
|
2025-02-01 18:51:14 +01:00 |
|
Thaddeus Crews
|
c019f3d4a5
|
Merge pull request #102049 from timothyqiu/editor-i18n
Fix several i18n issues in editor
|
2025-01-27 09:46:15 -06:00 |
|
Haoyu Qiu
|
4c4f29a490
|
Fix several i18n issues in editor
|
2025-01-26 16:41:10 +08:00 |
|
kobewi
|
b761ff662e
|
Rework script external modification tracking
|
2025-01-16 01:03:26 +01:00 |
|
Aarni Koskela
|
f134769506
|
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
2025-01-08 14:47:42 +02:00 |
|
Rémi Verschelde
|
1639174455
|
Merge pull request #100558 from KoBeWi/docking_in_progress
Rework dock layout management
|
2025-01-07 23:17:27 +01:00 |
|
Rémi Verschelde
|
7bbdcc802b
|
Merge pull request #100419 from KoBeWi/times_before_search_were_better
Fix folders uncollapsed after restart with filter
|
2025-01-07 23:17:18 +01:00 |
|
Lars Pettersson
|
e492ddde12
|
Don't scroll to selected file in FileSystem when saving scenes
|
2025-01-03 16:29:00 +01:00 |
|
alessand10
|
e330b79397
|
Fix root folder logic in the filesystem
|
2025-01-02 17:50:58 +01:00 |
|
kobewi
|
b8f34bb8e9
|
Rework dock layout management
|
2024-12-18 20:36:19 +01:00 |
|
Haoyu Qiu
|
bf4e5cca3f
|
Make editor's shortcut names translated on-site
|
2024-12-18 13:00:30 +08:00 |
|
Rémi Verschelde
|
e237dd0691
|
Merge pull request #100408 from KoBeWi/pathdoom
Improve UID support for main scene
|
2024-12-17 16:19:19 +01:00 |
|
kobewi
|
62d4928e86
|
Improve UID support for main scene
|
2024-12-16 19:58:16 +01:00 |
|
Thaddeus Crews
|
10b333cdbe
|
Merge pull request #100336 from larspet/filesystem-dir-navigation
Fix FileSystem dock navigation when using Split Mode
|
2024-12-16 12:10:07 -06:00 |
|
Thaddeus Crews
|
129aae7aaa
|
Merge pull request #100376 from larspet/filesystem-tree-rebuild
Don't rebuild tree when selecting a file in FileSystem list view
|
2024-12-16 12:09:41 -06:00 |
|
Lars Pettersson
|
a79a4b59be
|
Fix FileSystem navigation when using Split Mode
|
2024-12-15 21:27:11 +01:00 |
|
kobewi
|
66f9a7571e
|
Fix folders uncollapsed after restart with filter
|
2024-12-15 00:31:50 +01:00 |
|
Rémi Verschelde
|
e0cdba40fd
|
Merge pull request #99453 from reach-satori/drag_to_filesystem_folder
Allow dragging to specific folders in filesystem dock
|
2024-12-14 18:25:33 +01:00 |
|
Lars Pettersson
|
d0aa91bc6b
|
Don't rebuild tree when selecting a file in FileSystem list view
|
2024-12-13 19:37:33 +01:00 |
|