.. |
buffer
|
feat: add reload_file command
|
2025-04-09 19:14:02 +02:00 |
keybind
|
Fixed broken shifted keybinds for Helix mode
|
2025-04-28 10:35:27 +02:00 |
renderer
|
fix: bracketed paste should check for ctrl+j and insert \n
|
2025-04-28 22:58:55 +02:00 |
syntax
|
feat: add syntax.count_error_nodes function
|
2025-04-24 18:08:31 +02:00 |
tui
|
fix: render control codes in mini buffer input with unicode control code symbols
|
2025-04-28 16:46:36 +02:00 |
win32
|
Merge branch 'master' into zig-0.14
|
2025-02-07 22:21:55 +01:00 |
bin_path.zig
|
feat: allow .cmd along with .exe for Windows paths (#187)
|
2025-02-20 21:57:58 +01:00 |
color.zig
|
feat: support rendering theme colors with alpha components
|
2024-11-04 22:19:45 +01:00 |
command.zig
|
refactor: remove duplicate implementation of command.get_id
|
2025-04-08 18:00:49 +02:00 |
completion.zig
|
fix: remove blocking project manager call on startup
|
2025-03-25 15:04:23 +01:00 |
config.zig
|
feat: add restore_last_cursor_position config option (default true)
|
2025-04-28 11:02:54 +02:00 |
diff.zig
|
feat: add synchronous diff and edit support to diff module
|
2024-10-29 20:43:33 +01:00 |
EventHandler.zig
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
file_link.zig
|
refactor: move file link parsing/dispatching out of main
|
2025-03-04 19:03:31 +01:00 |
git.zig
|
feat: add status command to git client module
|
2025-04-23 22:28:48 +02:00 |
gui_config.zig
|
refactor: run zig fmt
|
2025-02-05 11:06:57 +01:00 |
list_languages.zig
|
refactor: make bin_path a module
|
2025-04-20 18:56:06 +02:00 |
location_history.zig
|
feat: use explicit error handling for all startup errors
|
2025-03-25 17:24:34 +01:00 |
log.zig
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
LSP.zig
|
build: update thespian to use separate cbor package
|
2025-03-26 20:41:44 +01:00 |
main.zig
|
refactor: make bin_path a module
|
2025-04-20 18:56:06 +02:00 |
Project.zig
|
refactor: remove unneeded sort_files_by_mtime() calls in Project
|
2025-04-22 21:29:05 +02:00 |
project_manager.zig
|
feat: load project file list from git if available
|
2025-04-22 21:21:09 +02:00 |
ripgrep.zig
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
service_template.zig
|
refactor: run zigimports
|
2024-09-10 22:25:54 +02:00 |
shell.zig
|
fix: proactive close subprocesses on early exit in shell module
|
2025-04-23 18:30:49 +02:00 |
text_manip.zig
|
refactor: change a -> allocator
|
2024-09-02 14:31:49 +02:00 |
tracy_noop.zig
|
Initial public release
|
2024-02-29 00:00:15 +01:00 |
walk_tree.zig
|
refactor: move walk_tree to separate module
|
2025-04-22 20:44:14 +02:00 |