You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
-run script in editor
-add search docs dialog that returns places string was found -added flash
This commit is contained in:
@@ -245,6 +245,7 @@ void CreateDialog::_notification(int p_what) {
|
||||
void CreateDialog::set_base_type(const String& p_base) {
|
||||
|
||||
base_type=p_base;
|
||||
set_title("Create New "+p_base);
|
||||
_update_search();
|
||||
}
|
||||
|
||||
@@ -295,6 +296,7 @@ CreateDialog::CreateDialog() {
|
||||
search_options->connect("item_activated",this,"_confirmed");
|
||||
// search_options->set_hide_root(true);
|
||||
base_type="Object";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user