helix/helix-view/src
Michael Davis 0efa8207d8
Rewrite command line parsing, add flags and expansions (#12527)
Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
2025-02-26 19:50:15 -06:00
..
annotations fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
handlers LSP: Properly discard out-of-date diagnostics 2025-02-04 10:39:49 -05:00
annotations.rs render diagnostic inline 2024-07-15 16:35:30 +02:00
base64.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
clipboard.rs Properly prevent `crossterm` features being used when `feature = "term"` not enabled in `helix-view` (#12734) 2025-01-30 17:38:07 -06:00
document.rs LSP: Remove future wrapper from `Client::notify`, `Client::reply` 2025-02-01 19:32:37 -05:00
editor.rs LSP: Remove future wrapper from `Client::notify`, `Client::reply` 2025-02-01 19:32:37 -05:00
events.rs add DocumentFocusLost event 2024-12-17 13:34:40 -05:00
expansion.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
graphics.rs Properly prevent `crossterm` features being used when `feature = "term"` not enabled in `helix-view` (#12734) 2025-01-30 17:38:07 -06:00
gutter.rs minor: Prefer stable `core::num::abs_diff` to polyfill 2025-02-02 20:42:55 -05:00
handlers.rs implement incomplete completion requests 2025-02-01 19:36:10 -05:00
info.rs Use custom titles for register select info boxes 2025-02-19 10:29:15 -05:00
input.rs Support bindings with the Super (Cmd/Win/Meta) modifier (#6592) 2024-12-08 12:35:14 +09:00
keyboard.rs Support bindings with the Super (Cmd/Win/Meta) modifier (#6592) 2024-12-08 12:35:14 +09:00
lib.rs Rewrite command line parsing, add flags and expansions (#12527) 2025-02-26 19:50:15 -06:00
macros.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
register.rs registers: Use saved values for clipboard providers which can't read 2024-12-02 10:16:17 -05:00
theme.rs fix(lints): clippy 1.84 2025-01-23 15:18:16 -05:00
tree.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
view.rs Improve scrolloff behavior (#11323) 2024-07-26 17:20:33 +02:00