cursor trails

This commit is contained in:
Ryan Fleury
2025-11-07 12:00:40 -08:00
parent bc49b806c1
commit 0c7630e41c
7 changed files with 47 additions and 8 deletions
+4
View File
@@ -264,6 +264,10 @@ RD_VocabTable:
@default(1) @display_name('Cursor Scope Lines') @description("Controls whether or not scopes containing the cursor in text views are drawn.")
'cursor_scope_lines': bool,
//- rjf: cursor decorations
@default(1) @display_name('Cursor Trail') @description("Controls whether or not a movement trail of the cursor is drawn.")
'cursor_trail': bool,
//- rjf: thread & breakpoint decorations
@default(1) @display_name('Thread Lines') @description("Controls whether or not a long horizontal line is drawn before the next line or instruction that the selected thread will execute in source and disassembly views.")
'thread_lines': bool,