flow/src
CJ van den Berg 5cf52171f2
fix: use word-at-cursor for inserting completion if LSP does not provide a range
This is not perfect in every situation, but seems to be enough to use basic
completion with LSPs that do not send full insert/replace range
information.

closes #475, #484
2026-02-03 16:15:42 +01:00
..
buffer refactor: remove some spammy debug logs in Buffer cache 2026-02-03 11:32:34 +01:00
keybind feat: add basic reflow command and keybind (alt+q) 2026-01-31 22:11:53 +01:00
renderer refactor: add ascii optimization to Plane.egc_length 2026-02-02 21:35:57 +01:00
tui fix: use word-at-cursor for inserting completion if LSP does not provide a range 2026-02-03 16:15:42 +01:00
win32
bin_path.zig feat: add support for absolute paths to LSP and formatter binaries 2026-01-29 15:28:52 +01:00
color.zig
command.zig
completion.zig
config.zig feat: add auto_save_mode option with new on_input_idle and on_focus_change modes 2026-02-02 17:19:40 +01:00
diff.zig
diffz.zig refactor: adapt diffz module to Buffer text caching API 2026-02-02 21:34:31 +01:00
dizzy.zig
EventHandler.zig
file_link.zig
file_type_config.zig
file_type_lsp.zig
git.zig refactor: switch git blame to incremental output mode 2026-01-26 22:31:18 +01:00
gui_config.zig
list_languages.zig feat: add support for absolute paths to LSP and formatter binaries 2026-01-29 15:28:52 +01:00
location_history.zig
log.zig
LSP.zig
lsp_config.zig
lsp_types.zig
main.zig feat: add support for absolute paths to LSP and formatter binaries 2026-01-29 15:28:52 +01:00
Project.zig fix: project manager should not drop empty completion responses 2026-02-03 14:41:28 +01:00
project_manager.zig refactor: don't pass ownership to project_manager.did_open 2026-02-02 21:33:00 +01:00
ripgrep.zig
service_template.zig
shell.zig
snippet.zig
soft_root.zig
text_manip.zig
tracy_noop.zig
TypedInt.zig refactor: move TypedInt to a module 2026-01-22 15:34:19 +01:00
VcsBlame.zig refactor: switch git blame to incremental output mode 2026-01-26 22:31:18 +01:00
VcsStatus.zig
walk_tree.zig