flow/src
2025-09-22 13:07:03 +02:00
..
buffer feat: add Buffer.Node.byte_offset_to_line_and_col and testcase 2025-09-17 22:17:00 +02:00
keybind feat: make AST keybindings more intuitive 2025-09-22 13:07:03 +02:00
renderer feat: set secondary cursors color from theme in multi cursor mode 2025-09-08 22:07:10 +02:00
tui feat: allow next/previous sibling functions to work with no selection 2025-09-22 13:06:53 +02:00
win32 refactor: avoid unnecessary @intCast and @ptrCast in FontFace.zig 2025-07-15 12:38:06 +02:00
bin_path.zig feat: allow .cmd along with .exe for Windows paths (#187) 2025-02-20 21:57:58 +01:00
color.zig fix: incorrect string encoding of color config values 2025-07-14 18:02:22 +02:00
command.zig feat: add support for icons to command module 2025-08-13 19:13:37 +02:00
completion.zig fix: remove blocking project manager call on startup 2025-03-25 15:04:23 +01:00
config.zig feat: add config option lsp_output "quiet" to reduce LSP log verbosity 2025-08-20 21:00:24 +02:00
diff.zig refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
EventHandler.zig refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
file_link.zig feat: support byte offsets in file links 2025-09-17 22:42:25 +02:00
file_type_config.zig refactor: move default language_server and formatter config to file_type_lsp.zig 2025-08-23 17:28:32 +02:00
file_type_lsp.zig feat: add F# language support 2025-09-09 22:30:54 +02:00
git.zig fix: don't log blank lines output by git to stderr 2025-08-04 09:37:00 +02:00
gui_config.zig refactor: run zig fmt 2025-02-13 12:02:59 +01:00
list_languages.zig feat: merge configured and static file type lists 2025-07-14 18:02:24 +02:00
location_history.zig feat: use explicit error handling for all startup errors 2025-03-25 17:24:34 +01:00
log.zig feat: write early log output to stderr/stdout until TUI is initialized 2025-08-09 19:15:01 +02:00
LSP.zig feat: store LSP log file name in LSP client 2025-08-19 11:59:52 +02:00
main.zig feat: add byte offset support to vim style '+' cli arguments 2025-09-17 22:46:35 +02:00
Project.zig fix: handle completion items with no insert and/or replace coordinates 2025-09-13 20:06:04 +02:00
project_manager.zig refactor: output LSP client messages to log 2025-08-20 21:15:38 +02:00
ripgrep.zig refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
service_template.zig refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00
shell.zig fix: use line buffer for stdout and stderr by default in shell module 2025-08-05 10:01:06 +02:00
text_manip.zig
tracy_noop.zig Initial public release 2024-02-29 00:00:15 +01:00
walk_tree.zig refactor: improve create pattern to avoid leaks 2025-07-19 00:03:30 +02:00