1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add fuzzy string matching to quick open search

Co-authored-by: sam <samsface@gmail.com>
This commit is contained in:
Adam Johnston
2024-10-10 23:50:50 -07:00
parent a3080477ac
commit 3ac043c508
14 changed files with 2095 additions and 499 deletions

View File

@@ -82,6 +82,7 @@
#include "tests/core/object/test_object.h"
#include "tests/core/object/test_undo_redo.h"
#include "tests/core/os/test_os.h"
#include "tests/core/string/test_fuzzy_search.h"
#include "tests/core/string/test_node_path.h"
#include "tests/core/string/test_string.h"
#include "tests/core/string/test_translation.h"