99e3e6aeae
fix: update_completion should also update completion query text
...
Also, resize dropdown based on new completion suggestions.
2026-02-01 17:57:32 +01:00
97745a992a
fix: refresh inital completion cursor position on re-triggers
2026-02-01 17:56:47 +01:00
e45f2ced71
fix: do not constantly re-trigger completion when already completing
2026-02-01 17:56:07 +01:00
485f06f576
refactor: split up completion_dropdown.handle_event function
2026-02-01 17:02:13 +01:00
f65082bea9
fix: make sure completion replacment always reaches at least to the cursor
...
Seems like sometimes LSPs may lag and not include the last entered char in
the selection.
2026-01-30 14:48:02 +01:00
7a3b8e3fce
fix: remove completion de-duplication
...
Now that requests cannot overlap any duplicates are actually from the LSP.
Deduplication was not working correctly for some LSPs so we just remove it
now.
2026-01-30 14:37:13 +01:00
8c8388c0c2
refactor: simplify completion selection functions
2026-01-30 14:20:06 +01:00
96137de780
refactor: update completions only if query has changed
2026-01-30 13:59:34 +01:00
a21db7b220
refactor: cancel completion if lsp returns no suggestions
2026-01-30 13:58:00 +01:00
29ac7849c7
refactor: move get_replacement_selection to completion_dropdown
2026-01-30 13:55:23 +01:00
d4eb0d046c
refactor: fix completion updates
2026-01-30 13:22:47 +01:00
b314a4c8c0
refactor: just sort completion list instead of filtering it
...
Also, fix sorting order of equally ranked entries.
2026-01-30 11:22:49 +01:00
518af3ab45
refactor: major re-work of completion to edit via buffer instead of query
...
This means completion no longer changes the buffer in anyway until a
completion menu entry is actually selected. This simplifies (or eliminates)
many edge cases and greatly improves multi-cursor support.
2026-01-30 11:20:48 +01:00
94aa462a8d
refactor: allow updating of completions
2026-01-29 20:59:49 +01:00
38e681f7bf
fix: apply completion de-duplication fix to completion_palette too
2026-01-29 16:01:20 +01:00
721370d1ba
fix: completion de-duplication should not require LSP to send sort text
...
fixes #472
2026-01-28 21:38:59 +01:00
42eb56493c
fix: better support multicursor completion
...
closes #467
2026-01-27 22:21:49 +01:00
3402a54a2e
fix: don't remove secondary cursors when cancelling dropdown completion
2026-01-26 21:41:29 +01:00
68b3fe1624
fix: deduplicate completion results
...
Some LSPs may return duplicate results for some queries, so we no
force de-duplication when loading the completion palettes.
closes #469
2026-01-26 12:36:11 +01:00
d0abaaee2a
refactor: move completion replacement logic to editor
2026-01-21 17:35:09 +01:00
8cfab31104
refactor: add tracing for update_hover, clear_hover_focus and refresh_hover
2026-01-15 17:53:12 +01:00
c3cf5ea02f
refactor: add source location tracing for need_render calls
2026-01-15 17:51:38 +01:00
ea2b2f7b19
feat: navigate_split_vertical on shift+enter in buffer palette
2026-01-14 17:47:46 +01:00
4273ab790c
feat: cancel inline completion with backspace
...
closes #447
2026-01-12 19:33:37 +01:00
7dab15da20
refactor: merge loops in completion_palette.load_entries
2026-01-12 19:16:01 +01:00
93bfc70171
refactor: merge loops in completion_dropdown.load_entries
2026-01-12 18:19:04 +01:00
3886427582
fix: unicode symbol rendering in symbol palette
2025-12-27 21:45:45 +01:00
1308a14138
fix: crash on cancelling the change theme palette
...
This commit also cleans up the handling of the previous theme variable.
2025-12-26 16:50:38 +01:00
f875dba810
refactor: limit maximum size of detail and description in completion dropdown
2025-12-24 00:40:58 +01:00
b5d137666f
refactor: run triggers only on primary cursel
2025-12-24 00:10:56 +01:00
4f39bbbd41
refactor: add support for delete word during completion
2025-12-24 00:03:05 +01:00
911fc3160a
refactor: add support for backspace during completion
2025-12-23 23:53:14 +01:00
b2996cddbd
refactor: also run triggers during completion
2025-12-23 22:53:12 +01:00
7d2e6a3b45
refactor: don't indirectly call cancel on completion dropdown select
2025-12-23 22:07:40 +01:00
a5d7e76897
refactor: remove modal background from dropdown
2025-12-23 22:03:56 +01:00
35d823d0b8
refactor: also cancel completion dropdown if view changes
2025-12-23 21:57:39 +01:00
d55b5b695b
refactor: avoid crash if dropdown has no space to be displayed
2025-12-23 21:45:38 +01:00
c4301c40d9
refactor: add dropdown_keybinds configuration option
2025-12-23 21:45:06 +01:00
8c9146a1c5
fix: replace full completion item correctly in completion_dropdown
2025-12-18 22:30:48 +01:00
3a61bb2ae9
feat: implement inline completion mode with a dropdown overlay
2025-12-18 20:34:28 +01:00
342e7d98c8
refactor: add dropdown overlay type
2025-12-18 20:33:51 +01:00
bf47c00265
refactor: add palette placement mode primary_cursor
2025-12-18 15:25:22 +01:00
8866e27da7
refactor: allow palettes to override widget style
2025-12-18 15:23:59 +01:00
528d57fdf7
fix: palette padding on top_right placement
2025-12-13 18:47:11 +01:00
660449c1c0
refactor: use *std.Io.Writer instead of anytype
2025-12-12 14:25:10 +01:00
99b721febf
fix: don't index into utf-8 based on egc width
2025-12-12 14:25:10 +01:00
Igor Támara
99a4fb0936
fix: change len for egc_chunk_width
2025-12-12 14:25:10 +01:00
308f46c8a2
refactor: move LSP types to new module
2025-12-12 13:41:16 +01:00
c87884f924
refactor: remove some obsolete overlay commands
2025-12-10 15:23:22 +01:00
4cb0f7df02
feat: activated selected entry on tab in the completion palette
...
closes #423
2025-12-10 12:39:23 +01:00