helix/helix-term/src
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
..
commands Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
keymap Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
ui Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
application.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
args.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
commands.rs Add workspace and document diagnostics picker (#2013) 2022-06-30 18:16:18 +09:00
compositor.rs use test terminal backend for integration tests 2022-06-18 23:57:47 -04:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs fix: do not color health summary when stdout is piped (#2836) 2022-06-20 17:07:32 +02:00
job.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
keymap.rs Improve Readability (#2639) 2022-06-01 12:01:37 -05:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs use main application event loop 2022-06-18 23:54:03 -04:00