itdominator
890c6cdfcc
refactor(editor): remove legacy split-view system and introduce source view lifecycle
* remove toggle_source_view plugin and related command implementations
* drop built-in sibling focus/move commands from core
* simplify EditorsContainer (Paned → Box) and editor initialization
* refactor source view creation to return (scrolled_window, source_view)
* add source view lifecycle events (remove/removed)
* rename GetNewCommandSystemEvent → CreateCommandSystemEvent
* update CommandsController to handle command system creation and cleanup
* ensure command systems are removed with their source views
* improve focus border handling across sibling chains
* clean up imports to use absolute core.* paths
* update keybindings to remove deprecated split navigation commands
2026-04-04 21:40:13 -05:00
..
2025-12-29 02:20:55 -06:00
2026-02-23 00:48:09 -06:00
2026-02-23 00:48:09 -06:00
2026-04-04 21:40:13 -05:00
2026-01-04 13:27:22 -06:00
2025-12-14 03:20:03 -06:00
2023-02-23 18:48:37 -06:00
2026-02-21 00:38:31 -06:00