diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-09-23 22:09:15 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-09-30 13:29:29 +0100 |
commit | 6596c7bdc2692ea5717209750de08f4df7e0412b (patch) | |
tree | d879b52a8dba72e2a1fcec14156067c7262ed1c9 /editor/filesystem_dock.h | |
parent | c38ef949514444897da224f2e7165d74c083d28b (diff) | |
download | redot-engine-6596c7bdc2692ea5717209750de08f4df7e0412b.tar.gz |
Add TextFile support across the editor
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 21a7abe622..73bdd685b7 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -101,6 +101,7 @@ private: FILE_SHOW_IN_EXPLORER, FILE_COPY_PATH, FILE_NEW_RESOURCE, + FILE_NEW_TEXTFILE, FOLDER_EXPAND_ALL, FOLDER_COLLAPSE_ALL, }; |