Commit graph

2463 commits

Author SHA1 Message Date
b08b162a10
refactor: add insert events to keybindview 2025-12-10 17:39:14 +01:00
fe03d0dab4
refactor: render event type in keybindview 2025-12-10 17:19:04 +01:00
ba8148a5c8
refactor: format unknown key event values in input module 2025-12-10 17:03:54 +01:00
5febf537a7
refactor: make keybindview show key event and make it pretty 2025-12-10 16:28:02 +01:00
e9da2d5cbe
refactor: add keybindview to toggle_panel 2025-12-10 15:59:32 +01:00
e9f51388f7
refactor: show keybindview when started with --show-input 2025-12-10 15:59:09 +01:00
3071c10892
refactor: add toggle_keybindview command and flow mode keybinds 2025-12-10 15:58:35 +01:00
65c9b41784
refactor: split out keybind events from inputview to a new keybindview 2025-12-10 15:56:42 +01:00
c87884f924
refactor: remove some obsolete overlay commands 2025-12-10 15:23:22 +01:00
7df83c7e2b
refactor: add namespace and section to keybind match events 2025-12-10 15:12:01 +01:00
ef30ac9de0
fix: drop spurious keybind_match events in tui.receive 2025-12-10 14:41:13 +01:00
b542707cf7
feat: subscribe to keybind_match events in inputview and display them 2025-12-10 14:37:51 +01:00
33f404b22d
refactor: add tui.enable_match_events and tui.disable_match_events 2025-12-10 14:35:12 +01:00
fccab59a36
refactor: optionally generate keybind_match events in keybind module 2025-12-10 14:34:17 +01:00
4cb0f7df02
feat: activated selected entry on tab in the completion palette
closes #423
2025-12-10 12:39:23 +01:00
6bb6141ef3
fix: avoid resetting cursors and matches if formatter makes no changes 2025-12-10 12:27:58 +01:00
b9b49c4164
fix: do not try to auto save ephemeral buffers 2025-12-10 12:26:21 +01:00
0974935ced
fix: prevent whole file filter commands from erasing the entire file 2025-12-10 12:25:36 +01:00
693ed91b12
fix: don't mark document as dirty if a filter makes no changes
closes #424
2025-12-10 12:23:27 +01:00
672d92424d
fix: windows gui build 2025-12-09 20:51:16 +01:00
b6161043ac
refactor: add support for nested snippet placeholders 2025-12-09 20:41:50 +01:00
4a44838b88
refactor: nudge tabstops 2025-12-09 20:16:38 +01:00
b472300b3d
refactor: remove render_tabstops 2025-12-09 20:16:16 +01:00
94109da73e
feat: add editor.pop_tabstop 2025-12-09 20:05:34 +01:00
a897e6bf87
fix: support for $0 in snippets 2025-12-09 20:05:06 +01:00
50db9082d8
refactor: attempt to render tabstops 2025-12-09 19:21:20 +01:00
025ef9c768
refactor: add editor.insert_snippet 2025-12-09 19:20:37 +01:00
c462e3abda
refactor: split editor.insert_chars into insert_chars and insert_cursels 2025-12-09 19:19:39 +01:00
098d925358
refactor: add editor.add_match_from_selection function 2025-12-09 19:18:26 +01:00
8152de3df9
refactor: prefer completion insertText over newText or label 2025-12-09 19:17:30 +01:00
387a3416c3
refactor: add cursels_tabstops member to editor 2025-12-09 18:56:58 +01:00
c71ddb2900
refactor: add newText and insertText to info panel in debug builds 2025-12-09 18:55:47 +01:00
62bc86d2db
refactor: add insertText to completion_palette get_values function 2025-12-09 18:54:04 +01:00
b22337a2b3
refactor: extract insertText from completion responses 2025-12-09 18:52:46 +01:00
19751e7fd4
fix: incorrect use of a labeled switch in snippet 2025-12-09 18:52:01 +01:00
288e23e8b0
fix: completion with no replacements causes OOM 2025-12-09 18:32:41 +01:00
7b7c84628c
feat: add ignore_filter_stderr config option 2025-12-08 21:37:50 +01:00
e7118763a1
refactor: remove snippet from info panel 2025-12-08 21:31:24 +01:00
3da09cac55
fix: snippet parser should not output '$' 2025-12-08 21:24:02 +01:00
075ec84cf0
refactor: call snippet parser when inserting completion items 2025-12-08 21:18:04 +01:00
cbf26b3b6a
refactor: use a structure for returning completion palette item values 2025-12-08 21:17:02 +01:00
ad496d3bd6
refactor: add snippet parser module 2025-12-08 21:15:03 +01:00
9b33f4cbe3
refactor: remove commented function signature 2025-12-08 18:06:33 +01:00
6f633b0149
fix: alight completion descriptions with Plane.print_right 2025-12-08 18:05:30 +01:00
bacbb47ae8
fix: prevent palettes from ever being larger than the screen 2025-12-08 18:05:09 +01:00
15e96d9136
refactor: add detail to info in completion palette 2025-12-08 18:04:37 +01:00
1c0e66d477
refactor: add Plane.print_right 2025-12-08 18:03:59 +01:00
86d7dd9cc9
refactor: place completion palette top right and undimmed 2025-12-08 17:44:19 +01:00
d86193a9aa
feat: display label_detail and label_description in completion palette 2025-12-08 17:44:06 +01:00
852f456bf0
feat: display symbol documentation in info panel in completion_palette 2025-12-08 16:47:19 +01:00