diff options
author | Juan Linietsky <reduzio@gmail.com> | 2019-04-08 19:18:03 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2019-04-08 19:18:51 -0300 |
commit | a20235aeb02c0c9e5ce58c0236f88a19865d571c (patch) | |
tree | 9232009f86a08dedf4f6f709a8f1fd18a5df8322 /editor/filesystem_dock.h | |
parent | 9ab17b664dbecad4bf773048c422c66320bd45eb (diff) | |
download | redot-engine-a20235aeb02c0c9e5ce58c0236f88a19865d571c.tar.gz |
Add ability to edit editor feature profiles
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index cd052f9700..f6de712d17 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -268,6 +268,10 @@ private: Vector<String> _tree_get_selected(bool remove_self_inclusion = true); + bool _is_file_type_disabled_by_feature_profile(const StringName &p_class); + + void _feature_profile_changed(); + protected: void _notification(int p_what); static void _bind_methods(); |