| Commit message (Expand) | Author | Age |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Allow specifying a different style for diff indicator in vcs gutter. (#8343) | Alexis Mousset | 2023-09-20 |
* | Apply all review suggestions (doc_id -> id, error message, unnecessary if) | Philipp Mildenberger | 2023-05-18 |
* | Simplify gutter diagnostics rendering by using partition_point instead of bin... | Philipp Mildenberger | 2023-05-18 |
* | Fix crash with filtered diagnostics in gutter (e.g. when diagnostics aren't v... | Philipp Mildenberger | 2023-05-18 |
* | Optimize gutter diagnostics and simplify shown_diagnostics | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | feat(debug): highlight current line (#5957) | Filip Dutescu | 2023-03-29 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Add configuration for min width of line-numbers gutter (#4724) | Doug Kelkhoff | 2023-01-21 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Dynamically resize line number gutter width (#3469) | Doug Kelkhoff | 2022-11-08 |
* | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | Make gutters padding optional (#2996) | Ivan Tham | 2022-07-18 |
* | Display highest severity diagnostic in gutter (#2835) | A-Walrus | 2022-06-21 |
* | simplify fallback for selected line-number theming (#2768) | Michael Davis | 2022-06-14 |
* | Make gutters configurable (#1967) | Dr. David A. Kunz | 2022-04-16 |
* | Add refresh-config and open-config command (#1803) | Joe | 2022-03-25 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | feat(helix-view): dynamic line numbers (#1522) | Andrew Neth | 2022-01-25 |
| * | Fix compilation | Blaž Hrastnik | 2021-12-06 |
| * | Use binary_search when looking up diagnostics | Blaž Hrastnik | 2021-12-06 |
* | | Simplify some cases that use return None to use ? | Blaž Hrastnik | 2021-12-02 |
* | | Mark some more TODOs as resolved | Blaž Hrastnik | 2021-12-01 |
* | | Provide a single gutter component that does breakpoint || diagnostic | Blaž Hrastnik | 2021-11-30 |
* | | dap: Prevent crashes on files with no name or breakpoints | Blaž Hrastnik | 2021-11-30 |
* | | dap: Extract diagnostics gutter into gutters.rs | Blaž Hrastnik | 2021-11-30 |
* | | Pass editor into render_view & gutter, reducing the number of params | Blaž Hrastnik | 2021-11-30 |
|/ |
|
* | Extract gutters into helix-view | Blaž Hrastnik | 2021-11-29 |