|
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 |
|
|
66e2b95534
|
Merge branch 'master' into zig-0.14
|
2025-02-11 15:10:37 +01:00 |
|
plyght
|
48634bb43b
|
docs: add https://repology.org status to README.md
|
2025-02-11 14:52:06 +01:00 |
|
plyght
|
5aee3f9957
|
docs: add installer script to README.md
|
2025-02-11 14:47:19 +01:00 |
|
|
d6ff940fb7
|
feat(list-languages): add colored file type icons
|
2025-02-11 14:40:45 +01:00 |
|
|
240e82a8c2
|
fix(list-languages): remove padding from final column
|
2025-02-11 14:39:58 +01:00 |
|
|
0cd48c5eaa
|
Merge branch 'master' into zig-0.14
|
2025-02-11 13:32:11 +01:00 |
|
|
1b03f78213
|
feat(buffer): show file icons in buffer palette
|
2025-02-11 13:29:52 +01:00 |
|
|
d305e7844d
|
feat(buffer): restore eol_mode in undo/redo/reset operations
|
2025-02-11 11:49:20 +01:00 |
|
|
02ba05c500
|
feat(buffer): restore previous file type when switching buffers
|
2025-02-11 11:31:16 +01:00 |
|
|
afd547e049
|
Merge branch 'master' into zig-0.14
|
2025-02-11 10:32:07 +01:00 |
|
|
f627a59f4d
|
feat(tasks): highlight task output buffers
|
2025-02-11 10:31:17 +01:00 |
|
|
2047190dd1
|
Merge branch 'master' into zig-0.14
|
2025-02-11 10:05:14 +01:00 |
|
|
4dce4ad994
|
fix(gutter): prevent integer overlow if view top moves past file end in relative numbering mode
|
2025-02-11 09:58:26 +01:00 |
|
|
dbd8521bc2
|
refactor(gutter): rename rows and row to view_rows and view_top
|
2025-02-11 09:57:49 +01:00 |
|
|
5afabeb7a5
|
fix: translate command line column from byte position to actual column
|
2025-02-10 19:52:06 +01:00 |
|
|
23e702f961
|
build: update to zig-0.14.0-dev.3091
|
2025-02-09 21:52:17 +01:00 |
|
|
43b14d9147
|
Merge branch 'master' into zig-0.14
|
2025-02-09 21:49:45 +01:00 |
|
|
910331868e
|
feat(project): add --no-persist to prevent new project persisting
|
2025-02-09 21:46:51 +01:00 |
|
|
88ca1cd343
|
feat(project): add close_project command bound to del in recent projects list
|
2025-02-09 20:39:32 +01:00 |
|
|
90192ddf3c
|
feat(project): indicate that a project is open in the recent projects list
|
2025-02-09 19:53:37 +01:00 |
|
|
28e164708e
|
feat(project): add --project cli parameter
closes #172
|
2025-02-09 19:34:33 +01:00 |
|
|
b9999a3d1e
|
Merge branch 'master' into zig-0.14
|
2025-02-07 22:21:55 +01:00 |
|
|
38d76eb811
|
refactor: remove a very lonely C file
|
2025-02-07 22:20:57 +01:00 |
|
|
b96795325b
|
Merge branch 'master' into zig-0.14
|
2025-02-06 22:25:13 +01:00 |
|
|
454d07b1a8
|
feat(home): add build version info to home screen
|
2025-02-06 22:23:54 +01:00 |
|
|
53340d7ef0
|
Merge branch 'master' into zig-0.14
|
2025-02-06 22:18:42 +01:00 |
|
|
868fc4faea
|
fix: use correct build mode in version info
|
2025-02-06 22:18:11 +01:00 |
|
|
9b43f005f4
|
Merge branch 'master' into zig-0.14
|
2025-02-06 21:44:55 +01:00 |
|
|
5f41ec12dc
|
feat: add zig version and build mode to version info
|
2025-02-06 21:44:25 +01:00 |
|