output clearing path

This commit is contained in:
Ryan Fleury
2025-07-28 12:05:37 -07:00
parent 97b4abd6de
commit c22ecf8e71
5 changed files with 37 additions and 14 deletions
+5 -1
View File
@@ -469,7 +469,7 @@ RD_VocabTable:
{
text,
```
@inherit(tab) x:
@inherit(tab) @expand_commands(@output clear_output) x:
{
@description("An expression to describe data which should be viewed as text or code.")
'expression': expr_string,
@@ -504,6 +504,7 @@ RD_VocabTable:
'show_symbol_names': bool,
@no_callee_helper @default(1) @description("Controls whether or not line numbers are shown.")
'show_line_numbers': bool,
}
```
}
@@ -1018,6 +1019,9 @@ RD_CmdTable: // | | | |
{ClearBreakpoints 1 1 0 0 "" Null null Nil Null 0 0 0 0 0 0 0 Trash "clear_breakpoints" "Clear Breakpoints" "Removes all breakpoints." "" "" }
{ListBreakpoints 0 1 0 0 "" Null null Nil Null 0 0 0 0 0 0 0 Null "list_breakpoints" "List Breakpoints" "Lists all breakpoints." "" "" }
//- rjf: output
{ClearOutput 1 1 0 0 "" Null null Nil Null 0 0 0 0 0 0 0 Null "clear_output" "Clear Output" "Clears all output." "" "" }
//- rjf: watch pins
{AddWatchPin 1 1 0 0 "" Expr null Nil Null 0 0 0 0 1 1 1 Pin "add_watch_pin" "Add Watch Pin" "Places a watch pin at a given location (file path and line number or address)." "" "$watch_pins," }
{ToggleWatchPin 1 0 0 0 "" Expr null Nil Null 0 0 0 0 1 1 1 Pin "toggle_watch_pin" "Toggle Watch Pin" "Places or removes a watch pin at a given location (file path and line number or address)." "" "" }