Files
Newton-Editor/TODO.md
itdominator 62a866d9bb feat(tree-sitter, views): initialize AST on focus and emit source view creation event
- Add set_ast helper to centralize Tree-sitter parsing logic
- Parse and attach AST on FocusedViewEvent and TextChangedEvent
- Request file from buffer on view focus before parsing
- Fix parser guard condition in get_parser (handle missing language properly)

- Emit CreatedSourceViewEvent when a new source view is added
- Register CreatedSourceViewEvent in DTO exports

- Update TODO:
  - Remove completed collapsible code blocks task
  - Add fix note for code block icon desync issue

chore:
- Add scaffolding for code_fold UI plugin
- Add created_source_view_event DTO
2026-03-29 03:09:43 -05:00

574 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 on lsp client unload to close files lsp side and unload server endpoint
  • Fix Collapsable code blocks icon desync on new/old lines or text cut/pasted