helix/helix-view/src
Michael Davis 8988c1ecc7
Re-sort diagnostics after transaction transform (#3895)
Applying document-change transactions to diagnostic ranges is not stable
with respect to the ordering of diagnostics. This can cause diagnostics
to become temporarily unordered with some edits to a document, which can
eventually break some invariants/assumptions in syntax::merge.

With this change, Document::diagnostics are always sorted.
2022-09-20 16:08:58 +09:00
..
handlers Make external terminal provider configurable 2022-08-22 10:11:04 +09:00
clipboard.rs One more windows fix... 2022-08-22 10:29:11 +09:00
document.rs Re-sort diagnostics after transaction transform (#3895) 2022-09-20 16:08:58 +09:00
editor.rs Remove LspNotDefined, instead return an Option<> 2022-09-07 16:42:33 +09:00
graphics.rs Fix LF line-endings (#3316) 2022-08-03 07:53:57 -05:00
gutter.rs Make mode editor-wide rather than per-document 2022-09-01 16:14:38 +09:00
info.rs Handle newlines in register infobox 2022-02-10 10:52:06 +09:00
input.rs fix: Don't translate mouse up events as down 2022-08-31 11:36:18 +09:00
keyboard.rs Update to crossterm-0.25 (#3390) 2022-08-22 10:29:30 +09:00
lib.rs Split off dap event handlers into helix-view to allow reuse 2022-03-28 11:01:59 +09:00
macros.rs Expand doc/view macros to allow fetching specific id 2022-09-03 12:36:06 +09:00
theme.rs Add live preview to theme picker (#1798) 2022-07-05 19:44:16 +09:00
tree.rs Fix cargo doc warnings, and add GitHub action to ensure it (#3650) 2022-09-03 09:58:16 -05:00
view.rs Rename padding to spacer, remove by default 2022-07-26 10:10:06 +09:00