|
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 |
|
|
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 |
|
|
79799b248e
|
Release 0.3.2
Fixes:
- Allow get_version_info to succeed if git rev-parse fails. This allows building with version info on a detached HEAD.
-----BEGIN PGP SIGNATURE-----
iQGzBAABCAAdFiEETmz3I0/8ThRTEHT5jrHhu2YOP7kFAmejnMcACgkQjrHhu2YO
P7nHrgv8Dc/LKL4WZ3n5JWdWxzheqtyAY9iEh0RjePS42vaUcwM59spp0JHrhoN0
8sc042wdFVwE+smESoApWLkc6s9y+B3FvOiF1w/2fB6ttNILmuyUzLD5YiLwWGct
DBPDaBBFME2Z5Itkf98dO7TZLOjx/lNeOUon85oLSU5KNldI8j4RmVWy+5su7ZW/
UE+6Cl5GDRHjsK7DS0msPTucVtXPI/OM9W6aXrvyeU3e6O7tYVH+IzPlaCmsIiwT
8k9yxt4APKyZcD99HxsUyoMNh2h2BhzifCCOhoJSS7e1n9JnFbQ4n9b1vsOUGwwa
uub3o6jzXoD4jdSik8hHqoQ2zWub7O/bCcT9FakByx2eYf489TU4J2FHrdRh7prG
m2G5/wicpEpxXwa74z0DQZvwhzAk0ibVBQOClYA1+R4TG2x8i0587ruMefWE7Qgy
en5o1Ro+cretAADhA55T2PuTas6B1vgADM3LsLgpb6q/+5yllTcPZA2ixOUjbN0i
vP0hpltS
=Lq92
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQGzBAABCAAdFiEETmz3I0/8ThRTEHT5jrHhu2YOP7kFAmejnOAACgkQjrHhu2YO
P7nvbgv+JCVucHGJtHhlIRTbIUdug1lbkpqOj8iKpjmk8rcBAH/uWlfgvLf6D5GM
5YvqmvInVoDa0WLN7wyTIPqAmitXcQMV9DiqO3II1Etv33cuJ/c638DtAF6FJWDb
klewZAyg5ml3Xsjbz9SD8MKygVdvJh+zIXxa81/4bAdJE7Xb6fd/jz4bGt2nvFde
rkUpxmeBzZsrDLBwKRsQtpRbKYMgXR1bH0+sPgTh/+71qkKiutIvpFT2FCtCNqED
8+/OKeeJhXT2sesGlcwGX+X3EAaXlHGLwjU91hwE/8FaOf6wq5bROEmwJv+fcFUo
Fp7QG8mrIoZcAYWrrlA7ZrRwoMXiEhOmhdoTET2T6y7xrdiBuaI3t/BX2xUpwuhy
uBeVgf8U+Jm2a6muHsrFJmQHpas2T0ZRn7grq7qVmOzDbTMqovWuKHUwTIgu4Q3d
XEeBsbr08rjBHmjI1L1Q2+odjLz6y8qKAO8JpFvMEMJF7ROlk0gmhxRkFIxVjrXu
wiVyDV2T
=sVxf
-----END PGP SIGNATURE-----
Merge tag 'v0.3.2'
|
2025-02-05 18:16:03 +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 |
|
|
244e5ca9d7
|
feat(tui): add explicit width support
|
2025-02-05 16:42:21 +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 |
|
|
6f80e487aa
|
fix(editor): update cursor target column after nudge_insert/_delete
|
2025-02-05 16:38:44 +01:00 |
|
|
f5e3e84b59
|
refactor: run zig fmt
|
2025-02-05 11:06:57 +01:00 |
|
|
28c9ea991d
|
Merge branch lulvz/vim_keybinds
|
2025-02-05 10:54:08 +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 |
|
|
206e6c433a
|
docs: update minimum zig version
|
2025-02-04 23:41:11 +01:00 |
|
|
d503f3c197
|
fix: windows build with zig 0.14.0-dev.3039
|
2025-02-04 23:32:40 +01: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 |
|
|
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 |
|
|
c2b066824f
|
build: deploy windows builds as zip files
|
2025-01-30 14:51:50 +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 |
|
|
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 |
|
|
d664d041fa
|
refactor: add main.write_config_to_writer function
|
2025-01-30 14:05:16 +01:00 |
|
|
09e622f032
|
refactor(buffer): add Buffer.mark_not_ephemeral function
|
2025-01-30 14:04:00 +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 |
|