CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-07-01 19:12:15 +00:00
338d7f7bf3 feat: add follow_cursor_on_buffer_switch option (default false)
neurocyte pushed to master at neurocyte/flow-website 2025-07-01 18:07:23 +00:00
fda0c20e68 devlog: improved backtraces for segfaults
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-07-01 17:49:21 +00:00
0a4c1a57b1 build: update std/debug.zig to zig-0.15.0-dev.877+0adcfd60f
b258b2bb54 Merge branch 'master' into zig-0.15.0
10476f4e87 fix: add back missing windows check for crash handler
24730f90c0 build: update thespian to avoid SIGTRAP triggering the debugger
21551795ad feat: install signal crash handler to reset terminal before dumping stack traces
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-07-01 17:42:53 +00:00
dec393595b feat: add windows debug installers and update installer docs
e6c39acdd6 feat: add --debug flag to installer to install debug builds
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-07-01 16:03:07 +00:00
10476f4e87 fix: add back missing windows check for crash handler
neurocyte pushed to master at neurocyte/flow 2025-07-01 15:37:02 +00:00
24730f90c0 build: update thespian to avoid SIGTRAP triggering the debugger
21551795ad feat: install signal crash handler to reset terminal before dumping stack traces
Compare 2 commits »
neurocyte pushed to master at neurocyte/thespian 2025-07-01 14:59:10 +00:00
829a8d33e9 feat: export additional crash handlers to zig
e2332a8f56 fix: don't hook SIGTRAP in crash handler
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-07-01 09:40:31 +00:00
f9189722c2 fix: make sure to show_home if no files are opened via command line
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-07-01 09:40:23 +00:00
1fdfd41a4c Merge branch 'master' into zig-0.15.0
f9189722c2 fix: make sure to show_home if no files are opened via command line
Compare 2 commits »
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-30 14:02:17 +00:00
e28169458e build: update to zig-0.15.0-dev.877+0adcfd60f
3e3bc2cd17 Merge branch 'master' into zig-0.15.0
a4bd395122 fix: add workaround for LSPs sending junk null messages (omnisharp)
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-30 10:58:36 +00:00
a4bd395122 fix: add workaround for LSPs sending junk null messages (omnisharp)
neurocyte pushed to master at neurocyte/flow-syntax 2025-06-25 06:48:12 +00:00
5583ef01b2 feat: add powershell language support
043c1b7115 feat: add hurl language support
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-06-24 19:45:46 +00:00
742c9f997e fix: use full package title in up-to-date message in windows installer
neurocyte pushed to master at neurocyte/flow-website 2025-06-24 19:42:24 +00:00
1853955b4e fix: don't terminate calling shell in windows install scripts
neurocyte pushed to master at neurocyte/flow-website 2025-06-24 16:46:25 +00:00
63c8caaace feat: add windows installer
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-24 11:05:43 +00:00
697ad50e1c Merge branch 'master' into zig-0.15.0
07ae58e542 feat: add powershell language support
53ea08a41e fix: don't truncate scratch buffer names in tabs and terminal title
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-24 11:05:24 +00:00
07ae58e542 feat: add powershell language support
53ea08a41e fix: don't truncate scratch buffer names in tabs and terminal title
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-06-20 17:47:17 +00:00
967f9c3bf5 devlog: hurl support and tilde expansion
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-20 17:36:24 +00:00
eece7202b1 Merge branch 'master' into zig-0.15.0
aa9aa0ac93 feat: add hurl language support
a33f6c8c2b feat: add support for ~ expansion to open_file command and file_browser
9a580ac0e7 fix: prevent unexpected message errors on missing LSP binary
48ea5c649b fix: replace std.unicode.utf8Decode with safe function that cannot panic on invalid UTF-8 input
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-20 17:36:10 +00:00
aa9aa0ac93 feat: add hurl language support