summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorPouleyKetchoupp <pouleyketchoup@gmail.com>2019-11-06 13:10:25 +0100
committerPouleyKetchoupp <pouleyketchoup@gmail.com>2019-11-06 17:21:14 +0100
commitfb9ff92c290b16a955d6a911ba462b48aae00cf6 (patch)
treec13aeb79f9a15093a4891af526bb673b7cf64aa8 /editor/create_dialog.h
parentdc114fa2ef336646f56d71322ba0236c00f8228e (diff)
downloadredot-engine-fb9ff92c290b16a955d6a911ba462b48aae00cf6.tar.gz
Node create dialog filtering optimization
Avoid loading the same scripts again and parse them when updating the node type tree.
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 f3ed1d7af6..1150ac60da 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -51,6 +51,7 @@ class CreateDialog : public ConfirmationDialog {
LineEdit *search_box;
Tree *search_options;
HashMap<String, TreeItem *> search_options_types;
+ HashMap<String, RES> search_loaded_scripts;
bool is_replace_mode;
String base_type;
String preferred_search_result_type;