Files
Newton-Editor/TODO.md
itdominator 6e46279da4 refactor(cursor/multi-insert): unify movement logic and improve word navigation
* Extract `_proc_move` to centralize cursor and selection handling
* Rework multi-insert cursor movement and key handling (arrow/ctrl/shift/super)
* Add `ignore_leader` support to decouple leader cursor behavior
* Replace `move_word_snake_case` with improved `move_along_word` (fix '-' handling)
* Add `is_super` modifier support and clean up TODO
2026-03-30 00:36:52 -05:00

650 B


Add

  1. Add Godot LSP Client
  2. Add Terminal plugin
  3. Add Plugin to <Shift><Ctrl>| and <Ctrl>| to split views up, down, left, right
  4. Add <Ctrl>i to lsp_manager to list who implements xyz

Change

  1. Make telescope plugin a generic base to allow query mode additions through plugins
  2. Make lsp_manager hard coded values configurable, plus add respective fields to UI

Fix

  • Fix <Ctrl>z in multi-insert mode being funky. Insure updates happen on block level. I.E, maybe push updates to queue to insure block undo/redo?
  • Fix on lsp client unload to close files lsp side and unload server endpoint