Commit graph

1201 commits

Author SHA1 Message Date
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
70a33f1ebf
feat: add astro file type support
closes #175
2025-02-12 10:48:02 +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
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
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
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
f627a59f4d
feat(tasks): highlight task output buffers 2025-02-11 10:31:17 +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
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
38d76eb811
refactor: remove a very lonely C file 2025-02-07 22:20:57 +01:00
454d07b1a8
feat(home): add build version info to home screen 2025-02-06 22:23:54 +01:00
868fc4faea
fix: use correct build mode in version info 2025-02-06 22:18:11 +01:00
5f41ec12dc
feat: add zig version and build mode to version info 2025-02-06 21:44:25 +01:00
f225c9c045
fix: zig-0.13 build of editor_gutter 2025-02-06 21:18:43 +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
812dc85bdc
refactor: move digit styles to fonts.zig 2025-02-06 21:13:28 +01:00
b3a10d7346
feat: add line number styles 2025-02-06 21:13:14 +01:00
c4986d5900
docs(fonts): add some recommended font download urls to font test text 2025-02-06 21:12:41 +01:00
100640beaf
fix(editor): update cursor target column after nudge_insert/_delete 2025-02-06 21:12:24 +01:00
72234e7cb3
Merge master-pre-zig-0.14 into zig-0.13 2025-02-06 21:11:35 +01:00
ad2636959e
Merge branch lulvz/vim_keybinds into zig-0.13 2025-02-06 21:10:52 +01:00
7f99dc4733
fix: allow get_version_info to succeed if git rev-parse fails
closes #167
2025-02-05 18:08:52 +01:00
lulvz
5c352be7d0 feat(vim): add goto definition keybind back, fix cut word descriptions, removed unnecessary is_not_word_char_vim 2025-02-04 20:40:18 +00:00
1764b3259c
fix: allow cut to cut to end of the document
closes #165
2025-02-04 20:33:36 +01:00
9ce90154c6
feat: add zenbones theme collection 2025-02-04 19:50:30 +01:00
bfd017e696
build: update to zeit v0.5.0 2025-02-04 17:34:40 +01:00
36df53b427
feat: add .ref to diff file type extensions 2025-02-04 17:09:46 +01:00
Luís Tavares
af9fe4953b
Merge pull request #1 from lulvz/cut-keybinds
Cut keybinds, some copy keybinds too and delete->copy functionality in existing commands
2025-02-03 20:18:45 +00:00
lulvz
04748a4add feat(vim): add vim-style cut, copy, and paste operations that use internal clipboard only 2025-02-03 20:09:12 +00:00
lulvz
87fb11eaa1 feat(vim): update selection mode to normal (while inclusive doesn't work) and add cut operations for word navigation 2025-02-02 21:59:30 +00:00
lulvz
f9f57a6616 feat(vim): update selection mode to inclusive for NORMAL and VISUAL keybindings 2025-02-02 17:09:11 +00:00
lulvz
5269f2eff6 feat(editor): implement cut operations for internal clipboard buffer for vim 2025-02-02 16:45:18 +00:00
lulvz
5d21fb07dc feat(vim): add move_word_right_end_vim function (correspondent to e in NORMAL mode) and update keybindings 2025-02-02 13:16:15 +00:00
lulvz
a3864224dd feat(editor): implement vim-style word movement for cursor navigation 2025-02-02 13:08:15 +00:00
lulvz
4b8ba080d7 feat(vim): added visual mode movement keybindings to json 2025-02-02 02:05:43 +00:00
lulvz
21540af8ef feat(editor): start implementing is_word_boundary_left_vim for vim-like word detection 2025-02-02 02:04:44 +00:00
952a75530e
build: update libvaxis 2025-01-30 18:07:28 +01:00
75b3caebfc
feat(win32): tweak flow win32 icon
To be even uglier I guess.
2025-01-30 17:54:34 +01:00