Commit graph

1542 commits

Author SHA1 Message Date
b258b2bb54
Merge branch 'master' into zig-0.15.0 2025-07-01 19:44:56 +02:00
10476f4e87
fix: add back missing windows check for crash handler 2025-07-01 18:02:34 +02:00
24730f90c0
build: update thespian to avoid SIGTRAP triggering the debugger 2025-07-01 17:36:17 +02:00
21551795ad
feat: install signal crash handler to reset terminal before dumping stack traces
This currently requires cloning std.debug to grant access to the standard trace
dump handler. Hopefully in future this could be made public in the standard
library.
2025-07-01 17:34:41 +02:00
1fdfd41a4c
Merge branch 'master' into zig-0.15.0 2025-07-01 11:40:14 +02:00
f9189722c2
fix: make sure to show_home if no files are opened via command line 2025-07-01 11:38:46 +02:00
e28169458e
build: update to zig-0.15.0-dev.877+0adcfd60f 2025-06-30 16:01:44 +02:00
3e3bc2cd17
Merge branch 'master' into zig-0.15.0 2025-06-30 16:01:32 +02:00
a4bd395122
fix: add workaround for LSPs sending junk null messages (omnisharp) 2025-06-30 12:57:35 +02:00
697ad50e1c
Merge branch 'master' into zig-0.15.0 2025-06-24 13:05:02 +02:00
07ae58e542
feat: add powershell language support 2025-06-24 13:04:06 +02:00
53ea08a41e
fix: don't truncate scratch buffer names in tabs and terminal title 2025-06-24 12:21:10 +02:00
eece7202b1
Merge branch 'master' into zig-0.15.0 2025-06-20 19:35:43 +02:00
aa9aa0ac93
feat: add hurl language support 2025-06-20 19:25:14 +02:00
a33f6c8c2b
feat: add support for ~ expansion to open_file command and file_browser 2025-06-19 16:08:34 +02:00
9a580ac0e7
fix: prevent unexpected message errors on missing LSP binary 2025-06-19 15:27:32 +02:00
48ea5c649b
fix: replace std.unicode.utf8Decode with safe function that cannot panic on invalid UTF-8 input
closes #268
2025-06-19 14:35:12 +02:00
62fc122c69
feat: add csharp formatter 2025-06-19 14:17:17 +02:00
4d608d413a
build: update to zig-0.15.0-dev.836+080ee25ec 2025-06-18 10:41:12 +02:00
c21a673163
Merge branch 'master' into zig-0.15.0 2025-06-18 10:30:14 +02:00
4a6f67dcfb
feat: add legacy input encoding compatible undo keybinding in emacs mode
closes #267
2025-06-16 15:21:24 +02:00
6fb364d64b
zig: update to zig-0.15.0-dev.703+597dd328e 2025-06-04 22:37:21 +02:00
0e3806ab98
zig: port log.MsgStore to 0.15.0-dev.703+597dd328e 2025-06-04 22:24:11 +02:00
717bef9c61
build: update to latest libvaxis and zg api 2025-06-04 22:22:52 +02:00
831607ffd6
fix: nudge_delete should handle cursor moving to same line as delete
closes #265
2025-06-03 23:53:12 +02:00
b9fbd6825d
fix: minor home screen fixes 2025-06-03 19:16:22 +02:00
609bc9d257
fix: remove multithreaded buffer access in background async differ
Until we have proper multithreaded buffer lifetime management we should avoid
accessing buffers that may have been deleted already.
2025-06-03 18:15:26 +02:00
006e1ddb45
fix: remove multithreaded buffer access in project_manager
Until we have proper multithreaded buffer lifetime management we should avoid
accessing buffers that may have been deleted already.
2025-06-03 18:14:00 +02:00
3853ac8aea
feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns 2025-06-03 17:22:56 +02:00
cf8eccf3f5
build: update to latest libvaxis to move back to upstream zg 2025-06-03 16:35:13 +02:00
9282d4858a
build: pull in tree-sitter update to fix building on windows 2025-06-02 17:14:31 +02:00
947e55e0c6
fix: word/line wise dragging should keep the original word/line selected
Also, fix bad behaviour when double/triple clicking the last word or line in a
file.

closes #264
2025-06-02 14:44:25 +02:00
e6e5a2f94e
fix: remove prefix from paths in ripgrep results 2025-05-28 12:14:18 +02:00
2de25671d6
docs: add deepwiki badge to readme 2025-05-28 11:12:30 +02:00
17be71042b
feat(completion): store received completions in a buffer 2025-05-27 21:56:30 +02:00
bb71a43233
refactor: default initialize editor list members with .empty 2025-05-27 21:55:23 +02:00
1258d76986
refactor: convert local ArrayList to ArrayListUnmanaged in editor 2025-05-27 21:43:57 +02:00
b1cb25d335
refactor: convert editor.find_history to an ArrayListUnmanaged 2025-05-27 20:51:54 +02:00
bbdb1c445f
refactor: convert editor.filter.whole_file to an ArrayListUnmanaged 2025-05-27 20:47:44 +02:00
9023109b21
refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged 2025-05-27 20:47:13 +02:00
39a57e457d
refactor: convert CurSel.List to an ArrayListUnmanaged 2025-05-27 20:45:52 +02:00
12dd1e9c8a
refactor: convert editor.matches to an ArrayListUnmanaged 2025-05-27 20:25:18 +02:00
99c2e8da4e
refactor: convert editor.diagnostics to an ArrayListUnmanaged 2025-05-27 20:19:52 +02:00
8934bf5cd0
feat(completion): forward completion entries to current editor 2025-05-26 22:47:26 +02:00
f59125f74a
feat: add home/end keybindings to palette 2025-05-26 15:45:02 +02:00
4c759b14f3
feat: add flow mode keybind to insert full iso date and time 2025-05-26 11:54:50 +02:00
acce51583d
fix: use iso date format for default date instert keybind 2025-05-26 11:50:14 +02:00
3d2ac5b260
feat: update flow-themes to add base16 theme collection 2025-05-25 23:53:31 +02:00
227dd3d068
build: update to zig 0.14.1 2025-05-25 23:21:27 +02:00
3c233a8dbf
feat: add vim mode command to reload_file (:e!) 2025-05-23 11:11:25 +02:00