helix/helix-tui/src/widgets
Falco Hirschenberger ed89f8897e
Add workspace and document diagnostics picker (#2013)
* Add workspace and document diagnostics picker

fixes #1891

* Fix some of @archseer's annotations

* Add From<&Spans> impl for String

* More descriptive parameter names.

* Adding From<Cow<str>> impls for Span and Spans

* Add new keymap entries to docs

* Avoid some clones

* Fix api change

* Update helix-term/src/application.rs

Co-authored-by: Bjorn Ove Hay Andersen <bjrnove@gmail.com>

* Fix a clippy hint

* Sort diagnostics first by URL and then by severity.

* Sort diagnostics first by URL and then by severity.

* Ignore missing lsp severity entries

* Add truncated filepath

* Typo

* Strip cwd from paths and use url-path without schema

* Make tests a doctest

* Better variable names

Co-authored-by: Falco Hirschenberger <falco.hirschenberger@itwm.fraunhofer.de>
Co-authored-by: Bjorn Ove Hay Andersen <bjrnove@gmail.com>
2022-06-30 18:16:18 +09:00
..
block.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
list.rs Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
mod.rs Make Borders u8 2022-05-22 10:26:32 +09:00
paragraph.rs Update to rust 1.58, fix a bunch of optional lints 2022-01-16 14:19:48 +09:00
reflow.rs fix typos (#2304) 2022-04-27 14:21:20 -05:00
table.rs fix typos (#2304) 2022-04-27 14:21:20 -05:00