Files
Newton-Editor/TODO.md
itdominator 13908d7ba7 Refactor file loading to detect external modifications and add reload capability
- Extract _load_data() method from load_path() for reuse in reload()
- Add is_extters externally_modified() to track file state changes (mtime/size)
- Replace load_bytes() with load_contents() for better error handling
- Add reload() method to re-read file from disk
- Fix file_state_watcher by properly detecting external changes
- Update TODO list (add Terminal plugin, mark file_state_watcher as fixed)
2026-03-22 00:35:11 -05:00

657 B


Add

  1. Add Godot LSP Client
  2. Add TreeSitter
  3. Add Collapsable code blocks
  4. Add Terminal plugin
  5. Add Plugin to <Shift><Ctrl>| and <Ctrl>| to split views up, down, left, right
  6. 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
  • Fix multi-select <Shift><Ctrl> left/right block select movement de-sync from leader when '_' in word