CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-08-03 16:08:43 +00:00
28da270834 harmonize selection display
neurocyte pushed to master at neurocyte/flow 2025-08-03 15:54:12 +00:00
a5af34e13f feat: select mode widget style "fancy" or "plain" with descriptor arg
d011294c69 use statusbar.hover style for actual hovering
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-08-03 15:29:20 +00:00
0c98460ca8 refactor: remove duplicate style definition in modestate widget
neurocyte pushed to master at neurocyte/flow 2025-08-03 15:11:32 +00:00
b97b8e8fb7 feat: auto hide tabs widget if there are less than {n} tabs
dfcc825e4b feat: auto hide bars with empty widget layouts
ce204d650a feat: add WidgetList support for overriding layouts
Compare 3 commits »
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-08-02 20:54:37 +00:00
d07ef96f44 Merge branch 'master' into zig-0.15.0
31e1e5091b fix: crash in tabs widget when buffers are destroyed during tab switch
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-08-02 20:50:57 +00:00
31e1e5091b fix: crash in tabs widget when buffers are destroyed during tab switch
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-08-01 21:34:09 +00:00
fbed6c648a Merge branch 'master' into zig-0.15.0
8f089672da feat: collapse whitespace to the right of the cursor in smart_insert_line
7f26b13196 feat: collapse trailing whitespace when leaving a line with smart_insert_line*
146a8e8afb fix: reduce horizontal space waste in command palette
9793bcdd9a feat: persist syntax_no_render in editor state
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2025-08-01 21:32:47 +00:00
8f089672da feat: collapse whitespace to the right of the cursor in smart_insert_line
neurocyte pushed to master at neurocyte/flow-website 2025-08-01 14:55:10 +00:00
e610d82b2f devlog: smarter insert line functions
neurocyte pushed to master at neurocyte/flow-website 2025-08-01 14:53:08 +00:00
6705f0e81d devlog: smarter insert line functions
neurocyte pushed to master at neurocyte/flow 2025-08-01 14:30:52 +00:00
7f26b13196 feat: collapse trailing whitespace when leaving a line with smart_insert_line*
neurocyte pushed to master at neurocyte/flow 2025-07-31 21:29:53 +00:00
146a8e8afb fix: reduce horizontal space waste in command palette
neurocyte pushed to master at neurocyte/flow 2025-07-31 08:12:54 +00:00
9793bcdd9a feat: persist syntax_no_render in editor state
neurocyte deleted branch writergate from neurocyte/flow 2025-07-30 20:14:29 +00:00
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-07-30 20:13:34 +00:00
abcdea15b5 Merge branch 'master' into zig-0.15.0
666d30df3b fix: make unindent_cursor work correctly in indent_mode tabs
ed1fe30e74 feat: make indent_size always equal to tab_width in indent_mode tabs
4100585b03 feat: make smart_insert_line and friends follow indent_mode
3abfd6555e feat: make indent_cursor follow indent_mode and insert tabs
Compare 26 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-07-30 20:09:32 +00:00
b387e173d5 devlog: indent_mode
neurocyte pushed to master at neurocyte/flow 2025-07-30 19:54:57 +00:00
666d30df3b fix: make unindent_cursor work correctly in indent_mode tabs
ed1fe30e74 feat: make indent_size always equal to tab_width in indent_mode tabs
4100585b03 feat: make smart_insert_line and friends follow indent_mode
3abfd6555e feat: make indent_cursor follow indent_mode and insert tabs
a74c0ecf46 feat: add indent_mode detection (auto mode)
Compare 9 commits »
neurocyte pushed to master at neurocyte/flow 2025-07-29 08:53:00 +00:00
488efd4605 fix: hint generally usable keybinds on home screen (flow mode)
neurocyte pushed to master at neurocyte/flow 2025-07-29 08:30:52 +00:00
6f82b4aaf3 feat: refresh branch status on file state change events
bfa851e886 feat: add back single key keybinds on home screen (flow mode)
a734a008e1 fix: refresh git branch status on project switch
73d118dcee refactor: reduce event matching overhead in filestate widget
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-07-23 10:26:02 +00:00
0ce522828d build: update thespian for new cbor