From cef7ca4abb59d3d316ba026c6248544c931394e8 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 13 Aug 2019 19:16:17 +0200 Subject: Improve the project manager UI This incorporates many suggestions from #31342. This also revises the search behavior to be simpler and more efficient: - Searching will now search in both the project name and path. A project will be displayed if either of these match the search term. - If the search term contains a "/", the whole path will be used to match the search term. Otherwise, only the last path component will be used. --- editor/project_manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/project_manager.h') diff --git a/editor/project_manager.h b/editor/project_manager.h index 4ccb99d6bd..2a5fd02892 100644 --- a/editor/project_manager.h +++ b/editor/project_manager.h @@ -152,6 +152,7 @@ protected: public: void _setup_filters(Vector options); + void add_filter_option(); void add_search_box(); void set_filter_size(int h_size); String get_search_term(); -- cgit v1.2.3