Files
Newton-Editor/TODO.md
itdominator d90415bffc Fix: Improve code folding functionality and gutter rendering
- Updated folding actions and engine for more consistent behavior.
- Added helper function `is_fold_hidden()` to check fold visibility state.
- Improved gutter renderer to handle collapsible code blocks more reliably.
- Refined tag handling for invisible folds to prevent desync issues.
- Removed code fold Fix related entry in `TODO.md`.
2026-03-29 14:33:40 -05:00

753 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 multi-insert not acting properly with - in word. I.E leader desync on <Ctrl>left/right
  • Fix on lsp client unload to close files lsp side and unload server endpoint