Commit graph

154 commits

Author SHA1 Message Date
1258d76986
refactor: convert local ArrayList to ArrayListUnmanaged in editor 2025-05-27 21:43:57 +02:00
9023109b21
refactor: convert Buffer.MetaWriter to an ArrayListUnmanaged 2025-05-27 20:47:13 +02:00
8934bf5cd0
feat(completion): forward completion entries to current editor 2025-05-26 22:47:26 +02:00
993add1a43
feat: add restore_last_cursor_position config option (default true) 2025-04-28 11:02:54 +02:00
45574ff5c5
feat: add git branch widget 2025-04-20 22:51:43 +02:00
5ad074c681
feat: start git client module 2025-04-19 23:41:30 +02:00
b410687339
feat: close results pane if find_in_files mode is cancelled 2025-03-26 12:21:54 +01:00
a1b2737c5d
feat: use explicit error handling for all startup errors 2025-03-25 17:24:34 +01:00
fc3224137d
fix: remove blocking project manager call on startup
closes #214

The blocking call get_mru_postion to the project mananger may cause
a deadlock if the project manager has not started running yet.
2025-03-25 15:04:23 +01:00
4468b4a321
Merge branch 'zig-0.13' 2025-03-08 01:02:18 +01:00
3da2f8d484
feat: add some home screen customization 2025-03-08 01:01:20 +01:00
a1d6c1b2e8
Merge branch 'zig-0.13' 2025-03-06 21:19:12 +01:00
c71226ee47
feat: improve some command description strings 2025-03-06 21:06:59 +01:00
0a195a4b79
Merge branch 'master' into zig-0.14 2025-03-05 17:58:18 +01:00
e720d35298
feat: toggle inputview if showing in toggle_panel 2025-03-05 17:50:50 +01:00
4a6f610514
Merge branch 'master' into zig-0.14 2025-03-05 14:33:05 +01:00
3095e135a8
fix: potention dangling pointer in mainview on view list realloc 2025-03-05 14:28:58 +01:00
8ae9ad4b92
refactor: remove unused function 2025-03-05 14:28:31 +01:00
a959563bc7
Merge branch 'master' into zig-0.14 2025-03-04 21:15:14 +01:00
ba470610be
fix: mru position should not override line numbers on command line 2025-03-04 18:51:27 +01:00
3ef51454cd
Merge branch 'master' into zig-0.14 2025-02-22 23:53:43 +01:00
2a76da6cf6
feat: make mru file position lookup synchronous 2025-02-22 22:12:21 +01:00
7747dd3acf
refactor: add more tracy zones to measure startup performance 2025-02-22 21:26:17 +01:00
6ffa2a8991
refactor: run zig fmt 2025-02-22 21:25:36 +01:00
9b197e7209
Merge branch 'master' into zig-0.14 2025-02-21 22:08:02 +01:00
7c354c994f
feat: improve shell_execute_stream_output to follow output tail only if cursor is at buffer end 2025-02-21 22:05:16 +01:00
c41cd07085
Merge branch 'master' into zig-0.14 2025-02-20 21:22:59 +01:00
b9cc3936c8
refactor: BREAKING merge gutter_line_numbers and gutter_line_numbers_relative config options into an enum 2025-02-20 21:21:55 +01:00
ec3bba2aff
feat: let mini modes inherit gutter line number modes 2025-02-20 21:21:55 +01:00
5fc2247bc3
Merge branch 'master' into zig-0.14 2025-02-13 12:08:54 +01:00
47c7b37968
feat: don't ask for file type in create_new_file if we have a language override 2025-02-13 12:03:27 +01:00
43b14d9147
Merge branch 'master' into zig-0.14 2025-02-09 21:49:45 +01:00
88ca1cd343
feat(project): add close_project command bound to del in recent projects list 2025-02-09 20:39:32 +01:00
9c01402f15
fix: partially backport zig-0.14 command.Metadata change 2025-02-06 21:18:07 +01:00
c186264eac
feat: add configuration and command to toggle display of inline diagnostics 2025-02-06 21:13:35 +01:00
b3a10d7346
feat: add line number styles 2025-02-06 21:13:14 +01:00
1d59d1e46a
feat: add configuration and command to toggle display of inline diagnostics 2025-02-06 10:55:42 +01:00
8964a361a7
feat: add line number styles 2025-02-05 22:27:58 +01:00
53045123c6
build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
56e6412837
feat: add open_version_info command 2025-01-30 14:51:36 +01:00
f9c83ce02a
fix(tabs): defer free_config in open_tabs_style_config 2025-01-30 14:11:33 +01:00
4cd06e34fb
feat(tabs): add open_tabs_style_config command 2025-01-30 14:06:59 +01:00
8eb536b5b9
feat: add built-in font test page 2025-01-30 12:14:58 +01:00
b45b5910ee
feat(buffers): save and restore editor metadata on buffer switch 2025-01-29 20:56:56 +01:00
b6d412caca
refactor: minor clean-up in delete_buffer command 2025-01-27 19:54:49 +01:00
17f6c6329a
refactor: prettify help page name 2025-01-27 19:54:04 +01:00
a706e0b976
feat: allow setting the file type in create_scratch_buffer command
Also, fix args forwarding.
2025-01-27 19:52:55 +01:00
404ba8bb0e
feat: add create_new_file command
closes #93
2025-01-27 19:49:49 +01:00
939537ed84
feat(buffers): add support for ephemeral buffers
Ephemeral buffers are not hidden and kept when closed. Ephemeral buffers
can be turned into regular buffers by saving them with save_as.
2025-01-27 18:59:13 +01:00
8062923068
fix(tasks): make sure we render after updating task output 2025-01-27 12:11:37 +01:00