2bf28f58ac
Merge pull request #28702 from Lisapple/fs-show-path-tooltip
...
Show file path in FileSystem dock tooltip
2019-05-24 16:22:45 +02:00
e0574e1d98
Fix typos with codespell
...
Using codespell 1.15.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-05-19 13:10:35 +02:00
dcf27c71b7
Make possible to create inherited scenes via the RMB menu in the FileSystem dock
2019-05-11 05:13:29 -03:00
89c37dae49
Merge pull request #28807 from bojidar-bg/28798-open-filesystem
...
Open selected folder when pressing the "Open" option in the menu
2019-05-11 09:49:34 +02:00
fedf9cd379
Open selected folder when pressing the "Open" option in the menu
...
An attempt to fix #28798
2019-05-10 18:55:50 +03:00
920403c489
Scroll back to top when changing directory in FileSystem dock
...
Fix #26041
2019-05-09 04:00:40 +09:00
182a04b1da
Replacing filename with path in tooltip into FileSystem dock
2019-05-08 17:15:21 +02:00
36d4f86ed9
Merge pull request #27707 from Calinou/tweak-message-wording
...
Improve wording of various messages and make casing more consistent
2019-04-30 11:10:36 +02:00
35a0162167
Improve wording of various messages and make casing more consistent
...
This also adds the number of selected projects to the confirmation
dialog that appears before removing projects.
2019-04-21 14:37:14 +02:00
04847ef5f9
Added ability for multiple images to be imported as an atlas
...
This adds support for groups in the import system, which point to a single file.
Add property hint for saving files in file field
2019-04-19 15:56:34 -03:00
331f922359
Save opened scenes when necessary
2019-04-15 22:17:49 +02:00
3da2894d82
FS dock: Allow deselecting items by clicking empty space
...
Fixes #27546 .
2019-04-09 14:54:41 +02:00
a20235aeb0
Add ability to edit editor feature profiles
...
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-04-08 19:18:51 -03:00
22b861ad97
Fix "Show in File Manager" option
2019-04-06 23:01:59 +02:00
d819ad6f78
Small tooltip changes to filesystem-related UI componentes in editor
2019-03-27 01:50:50 -03:00
8c4051819e
Fix error when trying to enter to folder/node directly via address bar
2019-03-08 06:15:42 +01:00
20b479aaef
Fix FileSystem dock's item view button starting with the wrong icon
2019-03-05 15:05:53 -03:00
a292d1fefb
Fix general issues with filesystem-related UI components in the editor
2019-03-05 10:12:06 -03:00
ed7534a6aa
Fix grid view button icon not showing on filesystem dock.
2019-03-03 15:02:51 +00:00
04fb1069cd
Fixes layout loading
2019-02-27 21:36:12 +01:00
de95493de2
Move the FileSystem dock layout properties to the per-project layout file
2019-02-25 23:39:49 +01:00
5fc86026ca
Fix typos with codespell
...
Using codespell 1.14.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
doubleclick
lod
nd
numer
que
te
unselect
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-02-13 09:23:29 +01:00
d4de7cf186
Fixes crash in the Filesystem dock
2019-01-17 20:48:46 +01:00
b16c309f82
Update copyright statements to 2019
...
Happy new year to the wonderful Godot community!
2019-01-01 12:58:10 +01:00
b86b497cec
General fixes for the AnimationTree editor
2018-12-17 21:03:58 -02:00
c6329b4569
Add signals for files move/delete/rename to FileSystemDock
2018-12-06 21:35:21 +01:00
69bca28271
( #23480 ) Wrong directory path in filesystem dock when creating script.
...
When creating script and file selected in filesystem dock,
between file name and directory path there is no "/" symbol.
This commit fix that bug.
2018-11-05 17:27:48 +03:00
a821de2275
Hide some RMB options in the filesystem dock when files are searched
2018-11-03 18:37:57 +01:00
03563c8ddf
Merge pull request #23061 from groud/remove_thumbnail_view
...
Remove the thumnail-only view from the filesystem dock
2018-11-02 13:09:09 -03:00
91e5782795
Merge pull request #23311 from YeldhamDev/editor_capitalization_fix
...
Small capitalization fixes across the editor
2018-11-01 21:37:33 +01:00
4f4bbfbb85
Fix small visual bug in filesystem dock
2018-10-29 16:21:55 +03:00
f3835282c4
Small capitalization fixes across the editor
2018-10-26 16:11:36 -03:00
ba9d29ec62
Fix segfault on editor close up
2018-10-25 13:33:46 +03:00
3af11ff3d8
Update filesystem dock when theme changed
2018-10-23 12:37:00 +03:00
16b0191173
Merge pull request #23160 from groud/filesystem_favorites_fix
...
Make folders clicked in the filesystem dock open the selected folder
2018-10-20 11:15:38 +02:00
c029e82761
Make folders clicked in the filesystem dock open the selected folder
2018-10-19 22:43:48 +02:00
0759760856
Enhanced error message on folder creation with invalid chars on Windows
...
If the user tried to create folder with *, | or > in its name it would
return a generic error "Could not create folder."
Now the same message is shown when creating a folder with /, \\, :, *,
|, > or ending with . or an empty space.
2018-10-18 21:19:16 +02:00
ee74c7808b
Update autoload references when moving files.
...
Prior to this, file references in autoload were not updated when a
script was moved or renamed. This adds extra logic to update the
autoload references when updating project settings.
Fixes #22995 .
2018-10-16 18:57:21 -07:00
8f3becafeb
Remove the thumnail-only view from the filesystem dock
2018-10-16 22:08:00 +02:00
fc0ae1d94d
22586: Dragging file icon on to another file causes "Error Moving" in FileSystem dock
2018-10-04 20:38:36 +01:00
0829fdafb0
Adds the display of the favorites into the file list
2018-09-30 15:32:57 +02:00
7d59e05ae8
Add thumbnails to the FileSystem file list
2018-09-28 13:26:36 +02:00
4f998faa2d
Fixes drag & drop in the file list
2018-09-27 13:54:09 +02:00
1f18a85ea1
Merge pull request #22398 from groud/fix_import_tab_update
...
Fix import tab not updating when selecting in the tree view
2018-09-24 15:26:23 +02:00
ed516a11ca
Fix import tab not updating when selecting in the tree view
2018-09-24 14:26:26 +02:00
43beed489a
Allow the tree view of FileSystem to take more space
2018-09-24 12:01:20 +02:00
6dc0120c60
Prevent built-in-scripts from being made from FileSystem dock
...
Prevent built-in-scripts from being made from FileSystem dock
2018-09-23 17:38:59 +02:00
f19dfc1aa8
Remove auto disabling of the split-view in the FileSystem dock
2018-09-21 12:19:50 +02:00
f22f83f2df
Merge pull request #22308 from groud/fix_filesystem_setting
...
Fixes filesystem display mode not updating at startup
2018-09-21 10:28:05 +02:00
77a6a467b3
Fixes filesystem display mode not updating at startup
2018-09-21 09:42:41 +02:00