- Refactor Commenter toggle logic for line and multi-line comments
- Preserve indentation and cursor position
- Improve handling of existing comment detection and removal
- Simplify bounds vs line comment dispatch
- Enhance terminal project navigation
- Add project marker detection via Gio file traversal
- Implement go-to-project-or-home behavior (Home key shortcut)
- Automatically `cd` into detected project root or home directory
- Wire terminal widget navigation through VteWidget
- Improve terminal integration
- Pass emit_to into terminals view for event dispatching
- Add ability for VteWidget to trigger project navigation
- Update split pane shortcut
- Change close split view binding to Alt+\
- Add editor event support
- Emit `text_insert` event from SourceFile on insert
- Add new TextInsertEvent DTO and register in event system
- Misc cleanup
- Improve imports and structure in terminals module
- Add project marker list and filesystem traversal helpers
- Delete deprecated split_pane_manager command plugin and all related commands
- Introduce new split_pane command structure (untracked replacement)
- Add guard in code_minimap to handle missing active view
- Prevent language detection for non-file buffers in command_helpers
This cleans up legacy split pane logic and improves stability for edge cases.
* address TODO item for split_pane_manager plugin and bound keys
* add split_pane_manager plugin with create/close split view commands
* move sibling focus/move commands from core into plugin system
* remove legacy toggle_source_view plugin
* redesign EditorsContainer to use simpler Box-based layout
* refactor source view API to return (scrolled_window, source_view)
* add source view lifecycle events (create/remove/removed)
* rename GetNewCommandSystemEvent → CreateCommandSystemEvent
* update CommandsController to support command system creation and cleanup
* ensure command systems are removed with their source views
* improve focus border handling across sibling chains
* update telescope integration for new source view structure
* clean up container imports and initialization logic
* remove old keybindings and align with new split pane workflow
- Rename GodotHandler to GDScriptHandler in LSP client
- Fix unload() method naming in nanoesq_temp_buffer plugin
- Return manifest_meta in manifest_manager for manual launch plugins
- Properly destroy tabs_widget, viewport, and scrolled_win on unload
- Refactor plugin removal to search all manifest lists and fix cleanup order
- Fix widget reference in plugins_ui (use child instead of box)
- Moved plugins to proper sub groups (autopairs, code_minimap, colorize, commentzar, info_bar, markdown_preview, prettify_json, search_replace, tabs_bar, telescope, toggle_source_view, lsp_client)
- Add filter_out_loaded_files to prevent opening already-loaded files
- Add INDEPENDENT source view state
- Fix cursor scroll position on buffer switch
- Fix signal blocking during file load
- Fix word boundary in completion provider
- Refactor code events into single events module