Commit graph

1356 commits

Author SHA1 Message Date
e34aed4a95
feat: improve smart_insert_pair and add smart_insert_pair_close 2025-03-04 19:06:51 +01:00
67c386d5b7
refactor: add Cursor.egc_at helper function 2025-03-04 19:05:07 +01:00
b7aa8cd6a7
feat: detect and auto open file links in selection in open_file command 2025-03-04 19:04:14 +01:00
3a1a36f218
refactor: move file link parsing/dispatching out of main 2025-03-04 19:03:31 +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
1acee03ea9
feat(version): add timestamp of last commit to version info 2025-03-04 18:49:18 +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
c7e41afeed
feat(keybind): add keybind mode config setting to disable default bindings
closes #193
2025-02-27 13:43:59 +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
0bd01afe53
feat: add hypersubatomic theme 2025-02-26 21:59:42 +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
00f786e5dd
Merge branch 'master' into zig-0.14 2025-02-24 21:47:38 +01:00
9d80a0f0fa
docs(keybind): add some documentation for keybinding inheritance 2025-02-24 21:45:29 +01:00
65a3e50b43
feat(keybind): add inherits keybind config option for multiple inheritance
closes #189
2025-02-24 21:44:56 +01:00
a28edbe194
Merge branch 'master' into zig-0.14 2025-02-24 18:27:42 +01:00
9145637134
fix: add workaround for conpty ul color escape sequence parser bug
closes #191
2025-02-24 18:20:47 +01:00
43c6514cd6
Merge branch 'master' into zig-0.14 2025-02-23 21:56:24 +01:00
db0bf4571e
fix: get_mru_position should not hang if file not found in project 2025-02-23 21:54:28 +01:00
3ef51454cd
Merge branch 'master' into zig-0.14 2025-02-22 23:53:43 +01:00
30de4ddcc6
fix: row & column in get_mru_position 2025-02-22 22:20:11 +01:00
2a76da6cf6
feat: make mru file position lookup synchronous 2025-02-22 22:12:21 +01:00
5f7b28db5f
refactor: store file positions in project in a struct 2025-02-22 22:11:53 +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
6ffa2a8991
refactor: run zig fmt 2025-02-22 21:25:36 +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
a288945609
feat: toggle gutter symbols along with inline diagnostics 2025-02-21 22:05:17 +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
cf86f0b356
Merge branch 'master' into zig-0.14 2025-02-20 22:07:57 +01:00
Ingo Lohmar
c37848bfb3 mv alt+R binding from project to normal
"project" bindings are inherited by the "home" screen, but the command
inserts into a buffer, hence fails with an error.
2025-02-20 22:06:16 +01:00
1403636cc2
Merge branch 'master' into zig-0.14 2025-02-20 22:02:59 +01:00
Arian Dehghani
96c69c1636
feat: allow .cmd along with .exe for Windows paths (#187)
* Allow .cmd along with .exe for Windows paths

* Search windows path using %PATHEXT% instead of hardcoding extensions
2025-02-20 21:57:58 +01:00
c41cd07085
Merge branch 'master' into zig-0.14 2025-02-20 21:22:59 +01:00
b9cc3936c8
refactor: BREAKING merge gutter_line_numbers and gutter_line_numbers_relative config options into an enum 2025-02-20 21:21:55 +01:00
ec3bba2aff
feat: let mini modes inherit gutter line number modes 2025-02-20 21:21:55 +01:00