|
|
3408751d11
|
feat: also add extra new line and indent for () and []
|
2025-03-05 21:59:00 +01:00 |
|
|
|
4cdd439b4a
|
Merge branch 'master' into zig-0.14
|
2025-03-05 21:28:38 +01:00 |
|
|
|
04ad617fb2
|
feat: indent and insert extra new line in smart_insert_line between braces
closes #197
|
2025-03-05 21:27:27 +01:00 |
|
|
|
a56d97c85d
|
fix: add Meta declarations post-merge
|
2025-03-04 21:18:49 +01:00 |
|
|
|
a959563bc7
|
Merge branch 'master' into zig-0.14
|
2025-03-04 21:15:14 +01:00 |
|
|
|
c984f3c392
|
feat: add smart_delete_backward command for improved smart pair handling
|
2025-03-04 19:51:31 +01:00 |
|
|
|
e34aed4a95
|
feat: improve smart_insert_pair and add smart_insert_pair_close
|
2025-03-04 19:06:51 +01:00 |
|
|
|
e285099253
|
refactor: fix spelling of egc_at function
|
2025-03-04 18:50:38 +01:00 |
|
|
|
48f889d4cf
|
Merge branch 'master' into zig-0.14
|
2025-03-02 21:51:19 +01:00 |
|
|
|
afcda4fc01
|
fix: don't restore editor view rows and cols
|
2025-03-02 21:48:34 +01:00 |
|
|
|
70612f211a
|
feat: add save_file_with_formatting command
|
2025-03-02 21:47:44 +01:00 |
|
Gero Schwäricke
|
514e175ef4
|
feat: save file without formatting
|
2025-03-01 21:22:29 +01:00 |
|
|
|
d0ce904faa
|
fix: add missing Meta types
|
2025-02-28 21:48:23 +01:00 |
|
|
|
dceb433e9e
|
Merge branch 'master' into zig-0.14
|
2025-02-28 21:43:10 +01:00 |
|
|
|
c9333372e9
|
build: fix tracy build
|
2025-02-28 21:42:39 +01:00 |
|
|
|
4389eccdce
|
Merge branch 'master' into zig-0.14
|
2025-02-26 22:04:42 +01:00 |
|
|
|
67f1ab1697
|
feat: add smart_insert_pair command
closes #90
|
2025-02-26 22:03:50 +01:00 |
|
|
|
8f9b2d15f7
|
Merge branch 'master' into zig-0.14
|
2025-02-25 21:40:53 +01:00 |
|
|
|
57a75a08d6
|
feat: make join_next_line collapse whitespace
|
2025-02-25 21:38:06 +01:00 |
|
|
|
bb3ca15679
|
refactor: replace white_space with whitespace
|
2025-02-25 21:28:33 +01:00 |
|
|
|
3ef51454cd
|
Merge branch 'master' into zig-0.14
|
2025-02-22 23:53:43 +01:00 |
|
|
|
7747dd3acf
|
refactor: add more tracy zones to measure startup performance
|
2025-02-22 21:26:17 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
641d92a5cc
|
feat: allow calling create_scratch_buffer with no parameters
|
2025-02-13 11:51:10 +01: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 |
|
|
|
a469080bfe
|
Merge branch 'master' into zig-0.14
|
2025-02-12 18:20:12 +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 |
|
lulvz
|
0ea63accd9
|
feat(vim): implement cut to end of line functionality in vim mode
|
2025-02-11 16:13:39 +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 |
|
|
|
0cd48c5eaa
|
Merge branch 'master' into zig-0.14
|
2025-02-11 13:32:11 +01:00 |
|
|
|
02ba05c500
|
feat(buffer): restore previous file type when switching buffers
|
2025-02-11 11:31:16 +01:00 |
|
|
|
2047190dd1
|
Merge branch 'master' into zig-0.14
|
2025-02-11 10:05:14 +01:00 |
|
|
|
5afabeb7a5
|
fix: translate command line column from byte position to actual column
|
2025-02-10 19:52:06 +01:00 |
|
|
|
c186264eac
|
feat: add configuration and command to toggle display of inline diagnostics
|
2025-02-06 21:13:35 +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 |
|
|
|
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 |
|