Commit graph

691 commits

Author SHA1 Message Date
5afabeb7a5
fix: translate command line column from byte position to actual column 2025-02-10 19:52:06 +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
90192ddf3c
feat(project): indicate that a project is open in the recent projects list 2025-02-09 19:53:37 +01:00
454d07b1a8
feat(home): add build version info to home screen 2025-02-06 22:23:54 +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
72234e7cb3
Merge master-pre-zig-0.14 into zig-0.13 2025-02-06 21:11:35 +01:00
1d59d1e46a
feat: add configuration and command to toggle display of inline diagnostics 2025-02-06 10:55:42 +01:00
4ae59d848a
refactor: move digit styles to fonts.zig 2025-02-05 22:49:50 +01:00
8964a361a7
feat: add line number styles 2025-02-05 22:27:58 +01:00
2b5edb94ec
docs(fonts): add some recommended font download urls to font test text 2025-02-05 16:41:01 +01:00
c351d3fdea
feat(home): add build version info to home screen 2025-02-05 16:40:31 +01:00
f5e3e84b59
refactor: run zig fmt 2025-02-05 11:06:57 +01:00
lulvz
24c2c3f51f refactor: specify Meta type for vim functions 2025-02-05 00:10:24 +00:00
Luís Tavares
8f1f1a9126
Merge branch 'neurocyte:master' into vim_keybinds 2025-02-05 00:04:45 +00:00
53045123c6
build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +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
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
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
21540af8ef feat(editor): start implementing is_word_boundary_left_vim for vim-like word detection 2025-02-02 02:04:44 +00: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
594ea40c4e
feat(tabs): don't update tab styles config on startup
It is updated when calling open_tabs_style_config, so there is no
need to update it on every start.
2025-01-30 14:07:52 +01:00
4cd06e34fb
feat(tabs): add open_tabs_style_config command 2025-01-30 14:06:59 +01:00
2371140b3f
feat(tabs): don't write tab styles config if it doesn't already exist 2025-01-30 13:14:00 +01:00
8eb536b5b9
feat: add built-in font test page 2025-01-30 12:14:58 +01:00
ae5b528a08
feat(tabs): use more widely available glyphs for tab styling 2025-01-30 12:13:46 +01:00
e6e0301a78
feat(buffers): save/restore full editor state on buffer switch 2025-01-29 23:03:34 +01:00
b45b5910ee
feat(buffers): save and restore editor metadata on buffer switch 2025-01-29 20:56:56 +01:00
917462a6e3
feat(tabs): improve tab styling and make tabs user stylable 2025-01-29 20:01:51 +01:00
7481be5aaf
refactor: remove duplicate input trace 2025-01-28 22:01:50 +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
9e1b9920ba
feat(buffers): add hidden indicator to buffer palette 2025-01-27 19:00:36 +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
7bcf0e1b75
fix(tasks): fix task timestamp update 2025-01-26 21:06:52 +01:00
c7719117f4
feat(tasks): set task buffer name from command 2025-01-26 21:06:52 +01:00
304a62dfdc
feat(tasks): mark task buffers as clean when task exits 2025-01-26 21:06:52 +01:00