first pass at equipping frontend line edit with fuzzy match range visualization; shift new debug-info-range viz block -> viz row path to using a backing filtered item array to map the abstract index space into the debug info table spaces

This commit is contained in:
Ryan Fleury
2024-01-31 14:54:49 -08:00
parent f3f0e2a697
commit 02979ba26c
4 changed files with 68 additions and 32 deletions
+1
View File
@@ -719,6 +719,7 @@ struct DF_EvalVizBlock
DF_ExpandKey key;
Rng1U64 visual_idx_range;
Rng1U64 semantic_idx_range;
DBGI_FuzzySearchItemArray backing_search_items;
S32 depth;
};