symbol lister -> show procedure # in debug info, source location, name in tooltip; busyloop to wait to commit new fuzzy search results if scope touches active; sort fuzzy match results

This commit is contained in:
Ryan Fleury
2024-01-31 07:21:52 -08:00
parent 94d2be1683
commit a6f42502ec
5 changed files with 78 additions and 10 deletions
+1
View File
@@ -1692,6 +1692,7 @@ fuzzy_match_find(Arena *arena, String8List needles, String8 haystack)
n->range = range;
SLLQueuePush(result.first, result.last, n);
result.count += 1;
result.total_dim += dim_1u64(range);
}
}
return result;