disable hook-based list view rule, since it is currently unimplemented and visualization engine hooks need to mature before it is formally implemented in them

This commit is contained in:
Ryan Fleury
2024-01-17 16:31:26 -08:00
parent 739d0977b6
commit bdecb6d522
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -5064,6 +5064,12 @@ df_append_viz_blocks_for_parent__rec(Arena *arena, DBGI_Scope *scope, DF_EvalVie
for(DF_CfgVal *val = cfg_table->first_val; val != 0 && val != &df_g_nil_cfg_val; val = val->linear_next)
{
DF_CoreViewRuleSpec *spec = df_core_view_rule_spec_from_string(val->string);
if(str8_match(spec->info.string, str8_lit("list"), 0))
{
// TODO(rjf): "list" view rule needs to be formally moved into the visualization
// engine hooks when the system is mature enough to support it
continue;
}
if(spec->info.flags & DF_CoreViewRuleSpecInfoFlag_VizBlockProd)
{
expand_rule = DF_EvalVizExpandRule_ViewRule;
-1
View File
@@ -17,7 +17,6 @@
// progress bar in the disassembly window. I had to close and restart. Is
// console app debugging not working yet, perhaps?
//
// [ ] cannot see base class members
// [ ] register value committing in watch
//
// [ ] Setting the code_font/main_font values to a font name doesn't work.