mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
sketch out tline -> vline text wrapping cache types; first pass of async call stack tree builder
This commit is contained in:
@@ -481,8 +481,10 @@ RD_VocabTable:
|
||||
'lang': code_string,
|
||||
@default(1) @description("Controls whether or not line numbers are shown.")
|
||||
'show_line_numbers':bool,
|
||||
@no_callee_helper @default(1) @display_name('Line Wrapping') @description("Splits textual lines into multiple visual lines, so that all text is within the visible area.")
|
||||
'line_wrapping': bool,
|
||||
@no_callee_helper @default(0) @display_name('Scroll To Bottom On Change') @description("Scrolls to the bottom if the text is changed.")
|
||||
'scroll_to_bottom_on_change':bool,
|
||||
'scroll_to_bottom_on_change': bool,
|
||||
@no_callee_helper @no_revert @default(0) @display_name('Transient') @description("Controls whether or not this tab will be automatically replaced by the debugger when it snaps to new source code locations.")
|
||||
'auto': bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user