Commit graph

291 commits

Author SHA1 Message Date
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
304a62dfdc
feat(tasks): mark task buffers as clean when task exits 2025-01-26 21:06:52 +01:00
a28f1db4c7
feat(tasks): stream task output to buffer in the background 2025-01-26 21:06:52 +01:00
7ecdc38fdf
feat(shell): add shell_execute_stream command and use it for tasks 2025-01-25 21:48:46 +01:00
5dd47f7248
feat(tabs): complete tabs widget and next_/previous_tabs 2025-01-24 23:26:41 +01:00
5e6fc6a932
feat(buffers): use buffer_manager to select most recent files
And remove obsolete file_stack.
2025-01-24 23:22:31 +01:00
1d947ab499
refactor: improve capsulation and safety of tui module public api 2025-01-23 16:45:04 +01:00
4145460012
refactor: simplify Plane/Widget usage 2025-01-23 16:12:56 +01:00
0a632416a4
feat(buffers): add delete_buffer command and keybinding for buffer_palette 2025-01-22 22:23:56 +01:00
aa1e0674cc
feat(buffers): move buffer lifetime management to new Buffer.Manager module 2025-01-21 21:42:36 +01:00
9f29853cd6
Merge pull request #149 from travisstaloch/lsp-rename
implement lsp rename
2025-01-18 23:33:25 +01:00
4277f0f57b
feat(lsp): rename_symbol: add support for LSPs that do send document updates for renames 2025-01-18 20:34:14 +01:00
48efa5536f
fix: use after free on fast project switching 2025-01-17 21:13:47 +01:00
155c1f663d
feat(lsp): rename_symbol: treat out-of-file edits as references 2025-01-16 23:02:52 +01:00