CJ van den Berg neurocyte
neurocyte pushed to render-whichkey at neurocyte/flow 2025-11-30 22:14:08 +00:00
a129c97ddd WIP: feat: render whichkey
2881f531b3 refactor: move render_decoration to WidgetStyle
393c18c54e refactor: move from_client_box and to_client_box to Widget.Box
9557703fc9 WIP: render keybinding that match the current keybind prefix
03b01f9712 refactor: get zine watcher to build in flow
Compare 9 commits »
neurocyte created branch render-whichkey in neurocyte/flow 2025-11-30 22:14:07 +00:00
neurocyte pushed to helix-refactoring at neurocyte/flow 2025-11-28 15:13:08 +00:00
d9ab0fd5af feat: add support in keybind module for looking up key sequence prefix matches
d5eb4d8bd3 fix: avoid setting the terminal background color until we know what the system color scheme is
Compare 2 commits »
neurocyte pushed to helix-refactoring at neurocyte/flow 2025-11-27 20:46:12 +00:00
bc791cad21 fix: extend the correct end of the selection in move_cursor_prev_word_start_extend
bcf52f7d96 fix: helix g g command keybind
31db6b22a5 fix: use correct direction for selection in move_cursor_prev_word_start
fd880b0094 fix: don't stomp on existing selection when entering helix SEL mode
084822ebd6 refactor: eliminate redundent healper function
Compare 10 commits »
neurocyte created branch helix-refactoring in neurocyte/flow 2025-11-27 20:46:10 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-27 11:35:34 +00:00
f99e10652c refactor: add Editor.with_cursels_const_repeat
c7c271e903 refactor: CurSel.to_selection is internal
8ba6e1843a refactor: don't special case cursor rendering in inclusive mode
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-27 11:34:06 +00:00
423b8c1613 fix: build fix after rebase/merge
1bae864022 Fixed selection extensions with new helper functions
608df1518a Initial attempt to fix prev and next word movement
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-27 11:33:33 +00:00
fe4a44f064 fix: build fix after rebase/merge
37b0535ba1 Fixed selection extensions with new helper functions
33ef79288e Initial attempt to fix prev and next word movement
Compare 3 commits »
neurocyte deleted branch helix-cursels-fixes from neurocyte/flow 2025-11-27 11:24:45 +00:00
neurocyte created branch helix-cursels-fixes in neurocyte/flow 2025-11-27 10:28:47 +00:00
neurocyte pushed to helix-cursels-fixes at neurocyte/flow 2025-11-27 10:28:47 +00:00
c46e830e04 refactor: add Editor.with_cursels_const_repeat
b7613542e7 refactor: CurSel.to_selection is internal
cee0d5b7b9 refactor: don't special case cursor rendering in inclusive mode
Compare 3 commits »
neurocyte pushed tag v0.6.0-181-ga6392018 to neurocyte/flow-nightly 2025-11-26 18:25:43 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-26 18:21:54 +00:00
a639201807 fix: remove extra close_file call in mainview.extract_state
7dcde628ac refactor: drop config file loading message
198ee29abe refactor: remove verbose log messages in mainview
008950255b fix: don't respond to editor events in mainview during project switch
335f1bedab fix: some minor typos
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-26 15:41:14 +00:00
e134cfc949 refactor: use exaustive enum for whitespace
2ca1a742a1 feat: add whitespace_mode external
741096cb43 fix: navigate to editor_file_path only if it's buffer was restored
c8840f0756 fix: make sure project state is freed with the correct allocator
20129ea773 feat: save and restore mainview state when switching projects
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-11-26 15:26:56 +00:00
690498fdcc feat: add modes_can_change_cursor configuration option
neurocyte pushed to master at neurocyte/flow 2025-11-26 11:53:00 +00:00
c1707b132e fix: smart select next find mode if find mode is .auto
891b80e5bb fix: case fold find pattern in find_all_ranges mode .case_folded
Compare 2 commits »
neurocyte pushed tag v0.6.0-166-g29231ad8 to neurocyte/flow-nightly 2025-11-26 11:16:10 +00:00
neurocyte pushed to master at neurocyte/flow 2025-11-26 11:14:08 +00:00
29231ad87a fix: windows build