|
|
c6c310b9d0
|
fix: crash in editor_gutter.print_digits
|
2025-12-16 14:45:32 +01:00 |
|
|
|
f26e68b651
|
fix: show *all* keybinds in hints window
Now that kp_ bindings don't need to be duplicated we can show them
all.
|
2025-12-16 13:49:43 +01:00 |
|
|
|
36d9a7023d
|
refactor: remove all duplicate kp_ keybinds in helix mode
|
2025-12-16 13:44:07 +01:00 |
|
|
|
721b118c32
|
refactor: remove all duplicate kp_ keybinds in flow mode
|
2025-12-16 13:42:21 +01:00 |
|
|
|
93c2c87632
|
feat: map kp_ movement keys as regular keys if the kp_ variants are not explicitly mapped
This makes it possible to use keypad movements without duplicating keybinds.
|
2025-12-16 13:41:06 +01:00 |
|
|
|
6633dd1c0e
|
refactor: add function to map kp_ movement keys to regular movement keys
|
2025-12-16 13:21:30 +01:00 |
|
|
|
b697d4de72
|
fix: reduce filter command log spam
closes #427
Mostly moved to debug output which is only logged in debug builds.
|
2025-12-16 13:19:54 +01:00 |
|
|
|
13257888fd
|
fix: treat kp_ numerics and operators as input keys
|
2025-12-16 13:11:39 +01:00 |
|
|
|
ea46f6559d
|
refactor: add missing key names for keypad numeric keys
|
2025-12-16 12:33:29 +01:00 |
|
|
|
1b4b815e8f
|
refactor: log missing executable name in filter not found messages
|
2025-12-16 09:43:13 +01:00 |
|
|
|
79a184aa4a
|
refactor: fix error handling in git.rev_parse
|
2025-12-15 23:25:33 +01:00 |
|
|
|
5fd499d141
|
fix: avoid "error invalid JSON in LSP initialization options" messge when there are no options
|
2025-12-15 22:45:21 +01:00 |
|
|
|
0143a7148a
|
refactor: add vcs_id and vcs_content fields to Buffer
|
2025-12-15 20:41:36 +01:00 |
|
|
|
a561de6602
|
refactor: simplify editor "update" event
|
2025-12-15 20:40:51 +01:00 |
|
|
|
95e42d2c78
|
build: remove unused git import in tui module
|
2025-12-15 17:07:26 +01:00 |
|
|
|
081ff6ec4f
|
refactor: add git.rev_parse and git.cat_file functions
|
2025-12-15 17:03:42 +01:00 |
|
|
|
8546c6ca14
|
fix: add helix keybinds for kp_multiply and kp_divide
|
2025-12-15 15:34:16 +01:00 |
|
|
|
cb8e4cb988
|
refactor: log error on invalid JSON in LSP configuration options
|
2025-12-15 13:05:54 +01:00 |
|
Palanix
|
8aa8e5cd3d
|
Fix sending null
|
2025-12-15 13:05:54 +01:00 |
|
|
|
55b428cea6
|
fix: never use base layout keycodes
closes #389
|
2025-12-13 23:11:33 +01:00 |
|
|
|
1298ba3195
|
fix: don't overwrite shifted keycode with alternate text
|
2025-12-13 23:10:15 +01:00 |
|
|
|
3b24cd11a2
|
feat: add open_lsp_config_global and open_lsp_config_project commands
|
2025-12-13 22:34:07 +01:00 |
|
|
|
19b38609f8
|
fix: don't use extract_cbor on language_server_options
Also, simplify cbor encoding of initializationOptions.
|
2025-12-13 22:34:07 +01:00 |
|
|
|
8890ec7497
|
refactor: read lsp config from a separate file in the config directory
|
2025-12-13 22:34:07 +01:00 |
|
Palanix
|
9e0077985e
|
Add basic LSP configuration capabilities
|
2025-12-13 22:34:07 +01:00 |
|
|
|
528d57fdf7
|
fix: palette padding on top_right placement
|
2025-12-13 18:47:11 +01:00 |
|
|
|
42ddbe5f2f
|
refactor: add egc_chunk_col_pos function
|
2025-12-12 14:27:49 +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 |
|
|
|
e5894c1404
|
refactor: tweak style in keybindview and inputview
|
2025-12-11 19:50:10 +01:00 |
|
|
|
94d75a230b
|
feat: add panel border to logview
closes #373
|
2025-12-11 19:00:24 +01:00 |
|
|
|
c718924698
|
refactor: add panel border to keybindview
|
2025-12-11 19:00:15 +01:00 |
|
|
|
82257ee4e3
|
refactor: add panel border to inspector_view
|
2025-12-11 19:00:07 +01:00 |
|
|
|
950c5af01d
|
refactor: add panel border to inputview
|
2025-12-11 19:00:02 +01:00 |
|
|
|
15fd338074
|
refactor: add panel border to info_view
|
2025-12-11 18:59:32 +01:00 |
|
|
|
f87a9cfb6d
|
fix: find panels even if the panel widget is not the top widget
|
2025-12-11 18:47:01 +01:00 |
|
|
|
b62a1e906f
|
fix: resize on widget style changes
|
2025-12-11 18:46:35 +01:00 |
|
|
|
dc3b4f8c16
|
refactor: add panel_next_widget_style command
|
2025-12-11 18:46:27 +01:00 |
|
|
|
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 |
|