|
8ae9ad4b92
|
refactor: remove unused function
|
2025-03-05 14:28:31 +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 |
|
|
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 |
|
|
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 |
|
|
67f1ab1697
|
feat: add smart_insert_pair command
closes #90
|
2025-02-26 22:03:50 +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 |
|
|
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 |
|
|
6ffa2a8991
|
refactor: run zig fmt
|
2025-02-22 21:25:36 +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 |
|
|
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 |
|
|
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 |
|
|
d7e162892a
|
refactor: use an enum to select move_to_char direction instead of a bool
|
2025-02-14 20:23:19 +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 |
|
|
47c7b37968
|
feat: don't ask for file type in create_new_file if we have a language override
|
2025-02-13 12:03:27 +01:00 |
|
|
1cdfa834b9
|
refactor: run zig fmt
|
2025-02-13 12:02:59 +01:00 |
|
|
da694d7ac2
|
fix: don't get stuck in an overlay mode if it is triggered from the command line
|
2025-02-13 12:01:24 +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 |
|
|
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 |
|
|
1b03f78213
|
feat(buffer): show file icons in buffer palette
|
2025-02-11 13:29:52 +01:00 |
|
|
02ba05c500
|
feat(buffer): restore previous file type when switching buffers
|
2025-02-11 11:31:16 +01:00 |
|
|
f627a59f4d
|
feat(tasks): highlight task output buffers
|
2025-02-11 10:31:17 +01:00 |
|
|
4dce4ad994
|
fix(gutter): prevent integer overlow if view top moves past file end in relative numbering mode
|
2025-02-11 09:58:26 +01:00 |
|
|
dbd8521bc2
|
refactor(gutter): rename rows and row to view_rows and view_top
|
2025-02-11 09:57:49 +01:00 |
|
|
5afabeb7a5
|
fix: translate command line column from byte position to actual column
|
2025-02-10 19:52:06 +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 |
|