aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/gutter.rs
Commit message (Expand)AuthorAge
* Make gutters padding optional (#2996)Ivan Tham2022-07-18
* Display highest severity diagnostic in gutter (#2835)A-Walrus2022-06-21
* simplify fallback for selected line-number theming (#2768)Michael Davis2022-06-14
* Make gutters configurable (#1967)Dr. David A. Kunz2022-04-16
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * feat(helix-view): dynamic line numbers (#1522)Andrew Neth2022-01-25
| * Fix compilationBlaž Hrastnik2021-12-06
| * Use binary_search when looking up diagnosticsBlaž Hrastnik2021-12-06
* | Simplify some cases that use return None to use ?Blaž Hrastnik2021-12-02
* | Mark some more TODOs as resolvedBlaž Hrastnik2021-12-01
* | Provide a single gutter component that does breakpoint || diagnosticBlaž Hrastnik2021-11-30
* | dap: Prevent crashes on files with no name or breakpointsBlaž Hrastnik2021-11-30
* | dap: Extract diagnostics gutter into gutters.rsBlaž Hrastnik2021-11-30
* | Pass editor into render_view & gutter, reducing the number of paramsBlaž Hrastnik2021-11-30
|/
* Extract gutters into helix-viewBlaž Hrastnik2021-11-29