Files
Newton-Editor/TODO.md
itdominator b5cec0d049 Fix multi-select word movement for snake_case and add Ctrl+scroll zoom
- Implement snake_case-aware word movement that treats underscores as part of words
- Fix selection edge detection to only move when caret is at appropriate boundary
- Add INSERT state guards to line_up/down commands
- Add Ctrl+scroll zoom in/out functionality for text size
- Remove obsolete newton.zip archive
2026-03-22 23:42:28 -05:00

608 B


Add

  1. Add Godot LSP Client
  2. Add TreeSitter
  3. Add Collapsable code blocks
  4. Add Terminal plugin
  5. Add event to emit on file open so plugins could try to open
  6. Add Plugin to <Shift><Ctrl>| and <Ctrl>| to split views up, down, left, right
  7. 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 on lsp client unload to close files lsp side and unload server endpoint