CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-04-28 21:00:44 +00:00
8355f14f62 fix: bracketed paste should check for ctrl+j and insert \n
neurocyte pushed to master at neurocyte/flow 2025-04-28 14:48:04 +00:00
e39d9ed4b3 fix: render control codes in mini buffer input with unicode control code symbols
neurocyte pushed to master at neurocyte/flow 2025-04-28 09:04:50 +00:00
993add1a43 feat: add restore_last_cursor_position config option (default true)
neurocyte pushed to master at neurocyte/flow 2025-04-28 08:41:52 +00:00
392cb2c764 Fixed broken shifted keybinds for Helix mode
neurocyte pushed to master at neurocyte/flow 2025-04-25 13:44:28 +00:00
4ecc278b3f fix: date keybinding should instert
neurocyte pushed tag v1.6.0 to neurocyte/zat 2025-04-25 08:11:23 +00:00
neurocyte pushed to master at neurocyte/zat 2025-04-25 08:07:58 +00:00
e8dbff76a1 feat: add support for loading customized flow themes
8f66e855ed feat: add cli option to show used theme
4afe325669 feat: update config loader to support current flow editor configuration files
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-04-24 19:43:07 +00:00
31a6a0f960 devlog: tree-sitter error checking
0bb949fed4 devlog: mini git status
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-04-24 19:17:25 +00:00
05a14ae95c feat: do a full reparse if tree-sitter reports syntax errors
4b84e35b9f feat: add syntax.count_error_nodes function
5db2ec10b6 feat: add support for pre-generated tree-sitter error queries
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-04-23 20:29:21 +00:00
c217db02f2 feat: display mini git status in branch widget
93ec373ac2 feat: add status command to git client module
4ecf46b527 refactor: make branch widget a Button
6ae5dc5c4c feat: add support for init/deinit functions in Button context values
9f117550fa refactor: use explicit error set in MessageFilter.add
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2025-04-23 16:31:32 +00:00
0fb10e3aa5 fix: proactive close subprocesses on early exit in shell module
2aba314e08 fix: remove git.current_branch_cache
Compare 2 commits »
neurocyte pushed tag v1.5.0 to neurocyte/zat 2025-04-23 11:09:37 +00:00
neurocyte pushed to master at neurocyte/zat 2025-04-23 11:09:30 +00:00
9b3f6153da feat: build with Zig 0.14
66629f0f9d feat: add --color to example fzf-grep script
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-04-22 19:54:02 +00:00
92a2f2ae62 fix: article links in devlog rss feed
neurocyte pushed to master at neurocyte/flow-website 2025-04-22 19:39:59 +00:00
54f505e548 devlog: add entry about new git ignore support
neurocyte pushed to master at neurocyte/flow 2025-04-22 19:31:45 +00:00
22b29b15b9 refactor: remove unneeded sort_files_by_mtime() calls in Project
86b19501c4 feat: add branch widget to default config
b82c582a83 feat: add some whitespace to branch widget
ba5dc35913 feat: load project file list from git if available
1a0d4ca7b2 refactor: move walk_tree to separate module
Compare 7 commits »
neurocyte pushed to master at neurocyte/flow 2025-04-21 19:48:23 +00:00
6dfa87ce58 fix: add missing logger clean-up in shell module
f76085325a feat: query project files via git (part 1)
4cb84e25b3 refactor: improve Project.zig logging
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-04-21 18:37:49 +00:00
d9affca09b feat: add config option to enable jit-in-time debugging
neurocyte pushed to master at neurocyte/flow 2025-04-21 16:14:27 +00:00
a0d0a8273c feat: check we have a git repo in the branch widget
20ce7279d2 feat: add git.workspace_path function
8582d223f7 refactor: add log_execute option to shell module
a1632da329 fix: paste in goto mode
3c4f40f16c fix: check target
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-04-20 21:18:01 +00:00
a5e0c34af9 devlog: git branch widget