|
|
@@ -140,6 +140,7 @@ Lumacs/
|
|
|
- **Advanced Completion UI**: Completed (Implemented popup completion window with descriptions and better visual feedback).
|
|
|
- **Minibuffer & Popover Polish**: ✅ Fixed. Exposed ISearch direction control, fixed TUI rendering and Backspace, fixed GTK minibuffer double-rendering and disappearance, polished GTK Popover positioning and focus management, fixed GTK crash on completion mismatch, and fixed minibuffer cursor not moving after Tab completion.
|
|
|
- [x] **GTK Completion Popover**: Disabled by default via Lua configuration (user request).
|
|
|
+ - [x] **Persistent Messages**: Implemented `*Messages*` buffer to log all minibuffer outputs, ensuring history is accessible via buffer switching.
|
|
|
- ✅ **Theme System Refactoring**:
|
|
|
- [x] Implemented `editor:create_and_register_theme` Lua API to allow theme definition from Lua.
|
|
|
- [x] Factored all hardcoded C++ themes (`default`, `everforest-dark`, `dracula`, `solarized-dark`, `nord`, `gruvbox-light`) into individual Lua files (`lua/themes/*.lua`).
|