Blaž Hrastnik
|
bd549d8a20
|
Merge remote-tracking branch 'origin/master' into debug
|
2022-02-13 18:31:51 +09:00 |
|
Andrew Neth
|
333c2949c2
|
feat(helix-view): dynamic line numbers (#1522)
* feat(helix-view): dynamic line numbers
* docs: describe editor.line-number in more detail
* Make dynamic numbers the default behavior of `relative`
|
2022-01-26 00:18:01 +09:00 |
|
Blaž Hrastnik
|
35ac815409
|
Fix compilation
nix-direnv issues still mess with my shell..
|
2021-12-06 12:50:28 +09:00 |
|
Blaž Hrastnik
|
a2b22ec152
|
Use binary_search when looking up diagnostics
They're sorted by range so they should also be sorted by line
|
2021-12-06 12:48:25 +09:00 |
|
Blaž Hrastnik
|
d14ca05d6b
|
Simplify some cases that use return None to use ?
|
2021-12-02 10:31:19 +09:00 |
|
Blaž Hrastnik
|
ffc89e483b
|
Mark some more TODOs as resolved
|
2021-12-01 19:28:29 +09:00 |
|
Blaž Hrastnik
|
84e939ef58
|
Provide a single gutter component that does breakpoint || diagnostic
|
2021-12-01 00:24:45 +09:00 |
|
Blaž Hrastnik
|
d906911417
|
dap: Prevent crashes on files with no name or breakpoints
|
2021-11-30 17:59:30 +09:00 |
|
Blaž Hrastnik
|
30ac5869df
|
dap: Extract diagnostics gutter into gutters.rs
|
2021-11-30 17:56:00 +09:00 |
|
Blaž Hrastnik
|
3633f85b38
|
Pass editor into render_view & gutter, reducing the number of params
|
2021-11-30 16:47:46 +09:00 |
|
Blaž Hrastnik
|
225e8ccf31
|
Extract gutters into helix-view
|
2021-11-29 11:00:28 +09:00 |
|