autocompletion lister improvements - completions now can be used for sub-expression parts

This commit is contained in:
Ryan Fleury
2024-05-13 14:24:28 -07:00
parent 37dd5cea2d
commit 036d94fff0
4 changed files with 129 additions and 12 deletions
+1
View File
@@ -69,6 +69,7 @@ typedef enum UI_EventKind
UI_EventKind_Edit,
UI_EventKind_MouseMove,
UI_EventKind_Scroll,
UI_EventKind_AutocompleteHint,
UI_EventKind_COUNT
}
UI_EventKind;