checkpoint in first pass at new unified code view impl.; start setting up unified top-level code ctx menu

This commit is contained in:
Ryan Fleury
2024-06-25 12:00:50 -07:00
parent d12c5ec2e8
commit 010d5609c6
9 changed files with 275 additions and 81 deletions
+6
View File
@@ -569,6 +569,12 @@ struct DF_Window
B32 menu_bar_key_held;
B32 menu_bar_focus_press_started;
// rjf: code context menu state
UI_Key code_ctx_menu_key;
DF_Handle code_ctx_menu_entity;
U128 code_ctx_menu_text_key;
TxtRng code_ctx_menu_range;
// rjf: entity context menu state
UI_Key entity_ctx_menu_key;
DF_Handle entity_ctx_menu_entity;