You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 months ago
..
handlers Remove unwrap on line option, preventing DAP crash (#9632) 4 months ago
base64.rs Fix new clippy lints (#5892) 1 year ago
clipboard.rs Re-export `which` from `helix-stdx::env` 5 months ago
document.rs fix lsp config reload (#9415) 5 months ago
editor.rs LSP: Key diagnostics off file path instead of URI 4 months ago
events.rs Add hook/event system 5 months ago
graphics.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 1 year ago
gutter.rs bump MSRV to 1.70.0 (#8877) 7 months ago
handlers.rs refactor completion and signature help using hooks 5 months ago
info.rs Use refactored Registers type 11 months ago
input.rs Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213) 6 months ago
keyboard.rs build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) 1 year ago
lib.rs Re-export `which` from `helix-stdx::env` 5 months ago
macros.rs Apply transactions to all views (#4733) 2 years ago
register.rs Swap system and primary clipboard registers (#8703) 8 months ago
theme.rs Add tree-sitter-highlight-name command (#8170) 10 months ago
tree.rs Fix warnings from clippy (#7013) 1 year ago
view.rs Skip rendering gutters when gutter width exceeds view width (#7821) 11 months ago