preserve query regs in floating views, so that we can chain info from many query commands together; more progress on theme editing, simplify command surface

This commit is contained in:
Ryan Fleury
2025-05-02 11:10:14 -07:00
parent 137855c217
commit 2b12239300
4 changed files with 41 additions and 21 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -238,8 +238,8 @@ RD_CmdKind_AddTypeView,
RD_CmdKind_AddFilePathMap,
RD_CmdKind_OpenTheme,
RD_CmdKind_AddThemeColor,
RD_CmdKind_ForkLoadedThemeColors,
RD_CmdKind_SaveThemeColors,
RD_CmdKind_ForkLoadedTheme,
RD_CmdKind_SaveTheme,
RD_CmdKind_SetNextStatement,
RD_CmdKind_AddTarget,
RD_CmdKind_SelectTarget,