From a20235aeb02c0c9e5ce58c0236f88a19865d571c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 8 Apr 2019 19:18:03 -0300 Subject: Add ability to edit editor feature profiles Allows enabling/disabling parts of the editor and storing/loading profiles for that. --- editor/filesystem_dock.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editor/filesystem_dock.h') 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 _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(); -- cgit v1.2.3