summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorMarcus Brummer <mbrlabs7@gmail.com>2019-06-25 14:32:21 +0200
committerMarcus Brummer <mbrlabs7@gmail.com>2019-06-26 15:05:00 +0200
commit80a0d1701bcaab3801d42707c40b7951b1d4bed1 (patch)
tree82cc71b1574d7faed1b48a095a888492fbb605df /editor/create_dialog.h
parentc477cbd09db2678ffd13b07b45254fdbaabeb51c (diff)
downloadredot-engine-80a0d1701bcaab3801d42707c40b7951b1d4bed1.tar.gz
Better pre-selection of search result nodes in "Create New Node" dialog.
Also search for substrings in class types, not just subsequences. If for the current search term a substring has been found in a class type name, prefer the substring match over the subsequence. Fixes #26010
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index 0eddbc3ceb..f6c3b57589 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -90,6 +90,7 @@ class CreateDialog : public ConfirmationDialog {
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
bool _is_class_disabled_by_feature_profile(const StringName &p_class);
+ bool _is_type_prefered(const String &type);
protected:
void _notification(int p_what);