helix/helix-view/src
Michael Davis 8141a4a1ab LSP: Key diagnostics off file path instead of URI
URIs need to be normalized to be comparable. For example a language
server could send a URI for a path containing '+' as '%2B' but we might
encode this in something like 'Document::url' as just '+'. We can
normalize the URI straight into a PathBuf though since this is the only
value we compare these diagnostics URIs against. This also covers
edge-cases like windows drive letter capitalization.
2024-02-26 00:12:43 +09:00
..
handlers Remove unwrap on line option, preventing DAP crash (#9632) 2024-02-16 15:43:14 +01:00
base64.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
clipboard.rs Re-export `which` from `helix-stdx::env` 2024-01-24 15:47:49 +09:00
document.rs fix lsp config reload (#9415) 2024-02-13 11:58:53 +01:00
editor.rs LSP: Key diagnostics off file path instead of URI 2024-02-26 00:12:43 +09:00
events.rs Add hook/event system 2024-01-23 11:20:19 +09:00
graphics.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2023-03-22 08:12:08 +08:00
gutter.rs bump MSRV to 1.70.0 (#8877) 2023-11-25 13:55:49 +01:00
handlers.rs refactor completion and signature help using hooks 2024-01-23 11:20:19 +09:00
info.rs Use refactored Registers type 2023-07-31 15:05:38 +09:00
input.rs Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213) 2024-01-09 10:04:34 +09:00
keyboard.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 2023-03-22 08:12:08 +08:00
lib.rs Re-export `which` from `helix-stdx::env` 2024-01-24 15:47:49 +09:00
macros.rs Apply transactions to all views (#4733) 2022-11-23 12:28:49 +09:00
register.rs Swap system and primary clipboard registers (#8703) 2023-11-03 09:51:10 +09:00
theme.rs Add tree-sitter-highlight-name command (#8170) 2023-09-10 14:57:44 +02:00
tree.rs Fix warnings from clippy (#7013) 2023-05-11 14:44:52 +09:00
view.rs Skip rendering gutters when gutter width exceeds view width (#7821) 2023-08-07 19:13:10 -05:00