You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add subsequence search to tools
Add it to the following searches: - Create node. - Scene tree. - Inspector properties. - Classes list in help. - Quick open.
This commit is contained in:
@@ -453,7 +453,7 @@ void EditorHelpIndex::_update_class_list() {
|
||||
String type = E->key();
|
||||
|
||||
while(type != "") {
|
||||
if (type.findn(filter)!=-1) {
|
||||
if (filter.is_subsequence_ofi(type)) {
|
||||
|
||||
if (to_select.empty()) {
|
||||
to_select = type;
|
||||
|
||||
Reference in New Issue
Block a user