diff options
author | MillionOstrich <31486600+MillionOstrich@users.noreply.github.com> | 2017-10-09 14:59:48 +0100 |
---|---|---|
committer | MillionOstrich <31486600+MillionOstrich@users.noreply.github.com> | 2017-10-09 14:59:48 +0100 |
commit | e1fb38e8918b7fb054847b23b996a85ade7bbe86 (patch) | |
tree | ca8052793d2bda29a017856371765f2445f4c4b9 /editor/filesystem_dock.h | |
parent | 15dd5c2c601096fa6201d08b872207867fecd29a (diff) | |
download | redot-engine-e1fb38e8918b7fb054847b23b996a85ade7bbe86.tar.gz |
Can now right click folders in filesystem dock.
Disallow selecting ".." in the file-system dock.
Show In Explorer just uses this->path rather than trying to work it out from the item.
Add support for copy to path to folders .
Removed old commented out code.
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index aec049ba43..b38e3e63f0 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -77,7 +77,8 @@ private: enum FolderMenu { FOLDER_EXPAND_ALL, FOLDER_COLLAPSE_ALL, - FOLDER_SHOW_IN_EXPLORER + FOLDER_SHOW_IN_EXPLORER, + FOLDER_COPY_PATH }; VBoxContainer *scanning_vb; |