fix ghost auto-view-rule text visualization to calculate auto view rule from raw type expression rather than post-view-rule-applied one

This commit is contained in:
Ryan Fleury
2024-09-19 16:07:14 -07:00
parent 454764b9f6
commit bbd86449d8
6 changed files with 62 additions and 7 deletions
@@ -126,6 +126,7 @@ struct EV_Block
// rjf: evaluation info
String8 string;
E_Expr *expr;
E_Expr *expr_raw;
// rjf: info about ranges that this block spans
Rng1U64 visual_idx_range;
@@ -284,6 +285,7 @@ struct EV_Row
String8 string;
E_Member *member;
E_Expr *expr;
E_Expr *expr_raw;
// rjf: view rule attachments
EV_ViewRuleList *view_rules;