Commit graph

1372 commits

Author SHA1 Message Date
2a76da6cf6
feat: make mru file position lookup synchronous 2025-02-22 22:12:21 +01:00
5f7b28db5f
refactor: store file positions in project in a struct 2025-02-22 22:11:53 +01:00
048ef98c8d
fix: remove initial empty frame render on startup 2025-02-22 21:27:00 +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
a0514a6f7e
build: update to zig-0.14.0-dev.3280 2025-02-21 22:17:28 +01:00
9b197e7209
Merge branch 'master' into zig-0.14 2025-02-21 22:08:02 +01:00
a288945609
feat: toggle gutter symbols along with inline diagnostics 2025-02-21 22:05:17 +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
cf86f0b356
Merge branch 'master' into zig-0.14 2025-02-20 22:07:57 +01:00
Ingo Lohmar
c37848bfb3 mv alt+R binding from project to normal
"project" bindings are inherited by the "home" screen, but the command
inserts into a buffer, hence fails with an error.
2025-02-20 22:06:16 +01:00
1403636cc2
Merge branch 'master' into zig-0.14 2025-02-20 22:02:59 +01:00
Arian Dehghani
96c69c1636
feat: allow .cmd along with .exe for Windows paths (#187)
* Allow .cmd along with .exe for Windows paths

* Search windows path using %PATHEXT% instead of hardcoding extensions
2025-02-20 21:57:58 +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
eb569157a8
feat(vim): add N vim mode binding for goto_prev_match 2025-02-20 21:21:55 +01:00
Arian
2726dc3fb8 Set php's default LSP to intelephense 2025-02-20 11:14:25 +01:00
90bacba8d5
Merge branch 'master' into zig-0.14 2025-02-19 21:36:09 +01:00
c7cca545b9
fix: make move_cursor_up/_down fallback to move_begin/_end
closes #185
2025-02-19 18:42:14 +01:00
fdabe03e91
refactor: run zig fmt 2025-02-19 18:41:46 +01:00
1eb6a773e5
feat(vim): add f and F keybindings for move_to_char 2025-02-14 20:24:04 +01:00
d7e162892a
refactor: use an enum to select move_to_char direction instead of a bool 2025-02-14 20:23:19 +01:00
4ee59e14ba
fix: add missing Meta declarations pulled in by last master merge 2025-02-14 10:09:15 +01:00
64ccbd3c14
Merge branch 'master' into zig-0.14 2025-02-13 21:07:49 +01:00
0bd34279a8
Merge remote-tracking branch 'lulvz/vim_bindings_013' 2025-02-13 21:04:19 +01:00
lulvz
1b016774c7 fix(vim): Remove 'jk' keybinding again and make select_line_vim work on multiple cursors 2025-02-13 13:38:04 +00:00
5fc2247bc3
Merge branch 'master' into zig-0.14 2025-02-13 12:08:54 +01:00
c537adbcdd
feat: add --new-file command line parameter 2025-02-13 12:06:59 +01:00
9bedb9eccd
feat: add --scratch command line parameter 2025-02-13 12:04:02 +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
1cdfa834b9
refactor: run zig fmt 2025-02-13 12:02:59 +01:00
da694d7ac2
fix: don't get stuck in an overlay mode if it is triggered from the command line 2025-02-13 12:01:24 +01:00
641d92a5cc
feat: allow calling create_scratch_buffer with no parameters 2025-02-13 11:51:10 +01:00
1ba46972da
Merge branch 'master' into zig-0.14 2025-02-13 08:48:02 +01:00
lulvz
69e1513441 fix(vim): Removed unnecessary cancel commands in vim mode cut functions 2025-02-12 21:52:07 +00:00
lulvz
e443e8397b feat(vim): Add word movement for visual mode, and complete vim mode cut to end of line 2025-02-12 21:38:27 +00:00
Luís Tavares
4e4034d0f2
Merge branch 'master' into vim_bindings_013 2025-02-12 21:09:56 +00:00
triangularLuna
b009d1a23a fix: remove 'jk' keybinding in insert mode 2025-02-12 19:06:54 +01:00
a469080bfe
Merge branch 'master' into zig-0.14 2025-02-12 18:20:12 +01:00
fb5cd46d0b
fix: check target missing color module 2025-02-12 18:17:43 +01:00
9f2e3bf4b4
fix: load case data early on startup instead of on demand
This is to avoid an issue with the decompressor causing heap
corruption on macos.

closes #169
2025-02-12 18:13:07 +01:00
f447440e26
Merge branch 'master' into zig-0.14 2025-02-12 10:50:48 +01:00
70a33f1ebf
feat: add astro file type support
closes #175
2025-02-12 10:48:02 +01:00
d4e4271831
Merge branch 'master' into zig-0.14 2025-02-11 18:44:17 +01:00
53e724f265
fix: spawn at least 4 worker threads
This prevents thespian.pid.call() from blocking flow entirely on single
CPU systems.
2025-02-11 18:39:46 +01:00
lulvz
0ea63accd9 feat(vim): implement cut to end of line functionality in vim mode 2025-02-11 16:13:39 +00:00
xdBronch
b353308712 use @returnAddress in panic handler
the current code causes the call to panic itself to show up in the stack
trace which is noisy
2025-02-11 16:54:01 +01:00
lulvz
b516709594 feat(vim): enhance cut and delete commands in vim mode (still missing cut functionality in delete to end) 2025-02-11 15:44:15 +00:00
lulvz
715bb6bbcf feat(vim): Add VISUAL line mode to vim mode, fix vertical movement behaviour 2025-02-11 15:19:04 +00:00