move watch window to using exclusively view ui rule input eval, rather than looking at the expression string itself

This commit is contained in:
Ryan Fleury
2025-02-11 14:14:55 -08:00
parent fa7143a3e4
commit 50e4f6a22a
5 changed files with 13 additions and 30 deletions
@@ -337,7 +337,7 @@ internal void ev_keyed_expr_push_tags(Arena *arena, EV_View *view, EV_Block *blo
////////////////////////////////
//~ rjf: Block Building
internal EV_BlockTree ev_block_tree_from_string(Arena *arena, EV_View *view, String8 filter, String8 string);
internal EV_BlockTree ev_block_tree_from_eval(Arena *arena, EV_View *view, String8 filter, E_Eval eval);
internal U64 ev_depth_from_block(EV_Block *block);
////////////////////////////////