CJ van den Berg neurocyte
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
neurocyte pushed to master at neurocyte/thespian 2025-07-23 10:12:02 +00:00
f2980d3a74 feat: update cbor to add write/match/extract support for unions and structs
neurocyte pushed to zig-0.15.0 at neurocyte/thespian 2025-07-23 10:11:21 +00:00
0ea031d913 Merge branch 'master' into zig-0.15.0
f2980d3a74 feat: update cbor to add write/match/extract support for unions and structs
Compare 2 commits »
neurocyte created branch zig-0.15.0 in neurocyte/thespian 2025-07-23 10:06:16 +00:00
neurocyte pushed to zig-0.15.0 at neurocyte/thespian 2025-07-23 10:06:16 +00:00
neurocyte pushed to master at neurocyte/flow 2025-07-23 10:00:52 +00:00
54eb30468a build: update libvaxis
neurocyte pushed to master at neurocyte/thespian 2025-07-22 15:34:42 +00:00
6b2a78ef70 feat: update cbor to add write/match/extract support for unions and structs
neurocyte pushed to master at neurocyte/cbor 2025-07-22 15:31:35 +00:00
3bdf25183e Added struct and union cases in extract and extractAlloc and match (except for structs). Added tests for enums, unions and structs.