|
fc3224137d
|
fix: remove blocking project manager call on startup
closes #214
The blocking call get_mru_postion to the project mananger may cause
a deadlock if the project manager has not started running yet.
|
2025-03-25 15:04:23 +01:00 |
|
|
8a0e048674
|
fix: don't reverse insert pairs when selection is reversed
closes #204
|
2025-03-18 16:25:52 +01:00 |
|
|
47a6024c80
|
feat: add caching of tree-sitter query objects
|
2025-03-18 14:26:31 +01:00 |
|
|
4468b4a321
|
Merge branch 'zig-0.13'
|
2025-03-08 01:02:18 +01:00 |
|
|
3da2f8d484
|
feat: add some home screen customization
|
2025-03-08 01:01:20 +01:00 |
|
|
fab0ff00da
|
refactor: move home fire to seperate file
|
2025-03-08 01:01:16 +01:00 |
|
|
136986cc89
|
fix: merge build failure
|
2025-03-06 21:21:52 +01:00 |
|
|
a1d6c1b2e8
|
Merge branch 'zig-0.13'
|
2025-03-06 21:19:12 +01:00 |
|
|
4b34804670
|
feat: re-organize home screen
|
2025-03-06 21:11:51 +01:00 |
|
|
c71226ee47
|
feat: improve some command description strings
|
2025-03-06 21:06:59 +01:00 |
|
|
61de2bb6b7
|
feat: add find_file command as an alias for open_recent
|
2025-03-06 19:55:35 +01:00 |
|
|
1943d65924
|
Merge branch 'master' into zig-0.14
|
2025-03-06 17:14:56 +01:00 |
|
|
a5bf57e0e6
|
feat: add config options to disable scrollbars and/or file icons
|
2025-03-06 17:11:49 +01:00 |
|
|
ce6df051fb
|
Merge branch 'master' into zig-0.14
|
2025-03-05 21:59:16 +01:00 |
|
|
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 |
|
|
0a195a4b79
|
Merge branch 'master' into zig-0.14
|
2025-03-05 17:58:18 +01:00 |
|
|
66a1764d6c
|
fix: stop after removing widget in Widget.remove (fixes ReleaseFast crash)
|
2025-03-05 17:51:19 +01:00 |
|
|
e720d35298
|
feat: toggle inputview if showing in toggle_panel
|
2025-03-05 17:50:50 +01:00 |
|
|
4a6f610514
|
Merge branch 'master' into zig-0.14
|
2025-03-05 14:33:05 +01:00 |
|
|
3095e135a8
|
fix: potention dangling pointer in mainview on view list realloc
|
2025-03-05 14:28:58 +01:00 |
|
|
8ae9ad4b92
|
refactor: remove unused function
|
2025-03-05 14:28:31 +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 |
|
|
b7aa8cd6a7
|
feat: detect and auto open file links in selection in open_file command
|
2025-03-04 19:04:14 +01:00 |
|
|
d53a70736b
|
refactor: trigger project_manager startup on tui init
|
2025-03-04 19:01:44 +01:00 |
|
|
ba470610be
|
fix: mru position should not override line numbers on command line
|
2025-03-04 18:51:27 +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 |
|
|
5069c83875
|
fix(tasks): prevent task palette from being too short to show palette label
|
2025-02-28 21:42:36 +01:00 |
|
Gero Schwäricke
|
96fcf63192
|
fix: open recent file ignoring page up/down
|
2025-02-28 12:40:41 +01:00 |
|
|
6f5efd2744
|
fix(tabs): refresh hover on tab changes
|
2025-02-27 15:53:11 +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 |
|
|
2a76da6cf6
|
feat: make mru file position lookup synchronous
|
2025-02-22 22:12:21 +01:00 |
|
|
048ef98c8d
|
fix: remove initial empty frame render on startup
|
2025-02-22 21:27:00 +01:00 |
|
|
7747dd3acf
|
refactor: add more tracy zones to measure startup performance
|
2025-02-22 21:26:17 +01:00 |
|