mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
file path evaluation activation in watch windows -> switch to file
This commit is contained in:
@@ -4390,6 +4390,12 @@ rd_view_ui(Rng2F32 rect)
|
|||||||
{
|
{
|
||||||
rd_cmd(RD_CmdKind_PushQuery, .expr = e_full_expr_string_from_key(scratch.arena, cell->eval.key));
|
rd_cmd(RD_CmdKind_PushQuery, .expr = e_full_expr_string_from_key(scratch.arena, cell->eval.key));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rjf: is file eval? -> switch to file
|
||||||
|
else if(cell_info.file_path.size != 0)
|
||||||
|
{
|
||||||
|
rd_cmd(RD_CmdKind_Switch, .cfg = 0, .file_path = cell_info.file_path);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// rjf: hovering with inheritance string -> show tooltip
|
// rjf: hovering with inheritance string -> show tooltip
|
||||||
|
|||||||
Reference in New Issue
Block a user