updated autocomplete ui and, fixed color tokens selection and undo/redo behaviour

This commit is contained in:
2026-02-03 00:31:55 +03:00
parent 0221f06d5c
commit 6badab9024
3 changed files with 269 additions and 37 deletions

View File

@@ -55,6 +55,7 @@ class template_editor
bool m_autocomplete_dismissed{false};
TextEditor::Coordinates m_dismiss_position;
int m_dismiss_brace_pos{-1};
int m_autocomplete_end_brace_pos{-1};
std::vector<std::string> m_autocomplete_suggestions;
int m_autocomplete_selected{0};
std::string m_autocomplete_prefix;