CJ van den Berg neurocyte
neurocyte pushed tag v0.6.0-559-g6ac7cc5b to neurocyte/flow-nightly 2026-01-17 14:38:37 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-16 10:23:18 +00:00
6ac7cc5b5c feat: make expand_selection and shrink_selection multicursor aware
neurocyte pushed to master at neurocyte/flow 2026-01-16 09:30:53 +00:00
548410f769 fix: scrollbar hover effect
neurocyte pushed tag v0.6.0-557-g67a6d012 to neurocyte/flow-nightly 2026-01-15 22:19:15 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-15 22:16:58 +00:00
67a6d01291 fix: always run highlight references if configured
neurocyte pushed to master at neurocyte/flow 2026-01-15 21:57:34 +00:00
82f9429e3c fix: highlight references only when the lsp is finished sending them
neurocyte pushed tag v0.6.0-555-g08f47edd to neurocyte/flow-nightly 2026-01-15 21:51:44 +00:00
neurocyte pushed to master at neurocyte/flow 2026-01-15 21:44:20 +00:00
08f47edd6a fix: cursor hiding when primary terminal cursor is offscreen
neurocyte pushed to master at neurocyte/flow 2026-01-15 21:08:15 +00:00
48c42737a6 fix: don't skip tab updates while dragging
e9a67d4c71 refactor: make Widget.hover const
a4b80377c1 fix: tabbar initial render
a632305a6f refactor: tab rendering
8c6091c419 fix: only update tabbar widgets if buffers have changed
Compare 14 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-15 14:20:16 +00:00
ba86f34669 fix: don't render for all plain mouse move events
7c19236fa6 fix: unrendered_input_events_count should reset on render
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-15 12:00:44 +00:00
02c297d202 fix: only render terminal cursors in focused editors
neurocyte pushed to master at neurocyte/flow 2026-01-15 11:22:33 +00:00
5f25c85f93 feat: indicate home screen focus by (un)selecting menu
neurocyte pushed to master at neurocyte/flow 2026-01-15 11:18:02 +00:00
4a545beb99 fix: set home screen focus on mouse events
neurocyte pushed to master at neurocyte/flow 2026-01-15 11:07:04 +00:00
cb1797d98c feat: add option to align inline diagnostics to the left
1b9e01671a fix: don't disable primary terminal cursor when offscreen
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2026-01-15 09:39:03 +00:00
7b1f6c898d fix: trigger completions also on inserts that end in a trigger char
neurocyte pushed to master at neurocyte/flow 2026-01-15 09:22:26 +00:00
dcc196bf25 fix: do not trigger completion if no completions are available
neurocyte pushed to master at neurocyte/flow 2026-01-15 09:11:29 +00:00
cfd3d3db16 fix: home screen centering calculation