CJ van den Berg neurocyte
neurocyte pushed tag v0.6.0-530-g65f65842 to neurocyte/flow-nightly 2026-01-14 20:51:17 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-14 20:42:38 +00:00
65f65842a2 feat: open_file in split with shift+enter
43dca7e2e8 refactor: add file_browser alternate select mode
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 20:33:19 +00:00
bfefe2f99d fix: reset buffer.last_view when removing splits
29e8b4293d fix: close splits when changing projects
725a66e4e2 feat: add close_splits command
69fec437f1 refactor: restore splits from session
5dbd396365 refactor: make get_next_mru_buffer_for_view more versatile
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 19:50:37 +00:00
d3ae5e0e09 fix: reset input mode when focusing views
86a516630e fix: clean-up empty splits when closing buffers
cf7c54aa63 refactor: make get_next_mru_buffer prefer buffers from current split
51b2509f22 refactor: drop late diff responses
36e441e762 refactor: load buffers into the last view used for them
Compare 8 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 17:13:19 +00:00
bad1ededc1 fix: handle filter output only in editors with a filter running
ea2b2f7b19 feat: navigate_split_vertical on shift+enter in buffer palette
20b5711fbb refactor: broadcast trigger character updates to all editors
312ea000b8 refactor: handle editor events per editor in mainview
e421944251 refactor: replace many instances of get_active_editor with get_editor_for_file/buffer
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 13:44:27 +00:00
de28f2d931 refactor: move fast/alt/jump mode control to tui for better cross split support
neurocyte pushed to master at neurocyte/flow 2026-01-14 13:25:20 +00:00
7f85099ba1 refactor: remove mainview.active_editor member
neurocyte pushed to master at neurocyte/flow 2026-01-14 13:19:25 +00:00
79ec85de22 fix: allow idle_actions to run in all open splits
neurocyte pushed to master at neurocyte/flow 2026-01-14 12:59:16 +00:00
77946e51f6 refactor: document available idle actions in config file
neurocyte pushed to master at neurocyte/flow 2026-01-14 12:46:23 +00:00
12c4d507b4 fix: don't re-run highlight_references if it is current
bf8b2d6bcd fix: incorrect match_type when highlight_references finds only one reference
cb189e3936 refactor: enable scrollbar_auto_hide by default
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 12:00:18 +00:00
dfcca170ef fix: highlight_references idle_action should cancel and not flicker
5362966a59 fix: do not auto_find if the selection is already a match
dc077350cd refactor: remove cancel idle action again
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-14 11:04:44 +00:00
2ca613c5a6 feat: add cancel action to idle_actions
neurocyte pushed to master at neurocyte/flow 2026-01-14 10:41:15 +00:00
8d153d6647 fix: send editor byte positions to all LSP requests
neurocyte pushed tag v0.6.0-498-g1f45b884 to neurocyte/flow-nightly 2026-01-14 10:17:16 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-14 10:14:53 +00:00
1f45b884b8 fix: enable_alt_scroll command description
neurocyte pushed to master at neurocyte/flow 2026-01-14 10:11:56 +00:00
1dc0fcf9b5 feat: scroll editor horizontally when in alt scroll mode
6828b24367 feat: add enable/disable_alt_scroll commands
385478741f refactor: reset alt_scroll mode on mode change
a53ef127ec feat: add fast_scroll mode support to horizontal scrolling
961b88ffd5 refactor: do not report missing commands for alt_scroll mode bindings
Compare 7 commits »
neurocyte pushed tag v0.6.0-490-g91288fa6 to neurocyte/flow-nightly 2026-01-13 19:42:30 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-13 19:36:55 +00:00
91288fa6a1 fix: gutters should only accept diff updates for their attached editor