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
@@ -144,6 +144,7 @@ struct FuzzyMatchRangeList
FuzzyMatchRangeNode *first;
FuzzyMatchRangeNode *last;
U64 count;
U64 total_dim;
};
////////////////////////////////