CJ van den Berg neurocyte
neurocyte created branch zig-0.15.0 in neurocyte/flow 2025-06-04 21:24:29 +00:00
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-04 21:24:29 +00:00
6fb364d64b zig: update to zig-0.15.0-dev.703+597dd328e
0e3806ab98 zig: port log.MsgStore to 0.15.0-dev.703+597dd328e
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-04 20:39:19 +00:00
717bef9c61 build: update to latest libvaxis and zg api
neurocyte pushed to master at neurocyte/flow 2025-06-03 21:56:22 +00:00
831607ffd6 fix: nudge_delete should handle cursor moving to same line as delete
neurocyte pushed to master at neurocyte/flow 2025-06-03 17:17:22 +00:00
b9fbd6825d fix: minor home screen fixes
neurocyte pushed to master at neurocyte/flow-website 2025-06-03 16:40:46 +00:00
add2d8b257 devlog: added highlight_columns_enabled / fixed multithreaded buffers
neurocyte pushed to master at neurocyte/flow 2025-06-03 16:17:38 +00:00
609bc9d257 fix: remove multithreaded buffer access in background async differ
006e1ddb45 fix: remove multithreaded buffer access in project_manager
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-03 15:24:20 +00:00
3853ac8aea feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns
neurocyte pushed to master at neurocyte/flow 2025-06-03 14:37:07 +00:00
cf8eccf3f5 build: update to latest libvaxis to move back to upstream zg
neurocyte pushed to master at neurocyte/flow 2025-06-02 15:15:07 +00:00
9282d4858a build: pull in tree-sitter update to fix building on windows
neurocyte pushed to master at neurocyte/flow 2025-06-02 12:46:51 +00:00
947e55e0c6 fix: word/line wise dragging should keep the original word/line selected
neurocyte pushed to master at neurocyte/flow 2025-05-28 10:15:45 +00:00
e6e5a2f94e fix: remove prefix from paths in ripgrep results
neurocyte pushed to master at neurocyte/cbor 2025-05-28 09:18:07 +00:00
8d184c5981 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/thespian 2025-05-28 09:16:38 +00:00
22bd2c3521 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/flow 2025-05-28 09:12:36 +00:00
2de25671d6 docs: add deepwiki badge to readme
neurocyte pushed to master at neurocyte/flow 2025-05-27 19:57:12 +00:00
17be71042b feat(completion): store received completions in a buffer
bb71a43233 refactor: default initialize editor list members with .empty
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-27 19:46:17 +00:00
1258d76986 refactor: convert local ArrayList to ArrayListUnmanaged in editor
b1cb25d335 refactor: convert editor.find_history to an ArrayListUnmanaged
bbdb1c445f refactor: convert editor.filter.whole_file to an ArrayListUnmanaged
9023109b21 refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged
39a57e457d refactor: convert CurSel.List to an ArrayListUnmanaged
Compare 7 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-05-27 16:40:24 +00:00
12eb97db46 feat: add simple deploy script
neurocyte pushed to master at neurocyte/flow-website 2025-05-27 16:37:12 +00:00
22d097a606 fix: recommend --release=fast builds
157fbd6581 feat: add note about using installer to update flow
cc49ecbaba feat: list all keybinding modes in the features list
50859b52f2 feat: add nav bar deepwiki link and clean-up a little
Compare 4 commits »
neurocyte pushed to master at neurocyte/flow 2025-05-26 20:49:23 +00:00
8934bf5cd0 feat(completion): forward completion entries to current editor