| Commit message (Expand) | Author | Age |
* | clipboard: add logging and healthcheck (#3271) | Amit Beka | 2022-07-31 |
* | add configurable / theme-able statusline separator string (#3175) | Seth Bromberger | 2022-07-26 |
* | add position-percentage as a statusline indicator (#3168) | Seth Bromberger | 2022-07-26 |
* | Rename padding to spacer, remove by default | Blaž Hrastnik | 2022-07-26 |
* | Make gutters padding automatic (#3163) | Ivan Tham | 2022-07-26 |
* | add spacer element to statusline (#3165) | Seth Bromberger | 2022-07-26 |
* | Fix different document panic (#3160) | Kyle L. Davis | 2022-07-23 |
* | Indent with tabs by default (#3095) | Mr. E | 2022-07-22 |
* | keep jump/file history when using :split (#3031) | Robin | 2022-07-22 |
* | jumplist picker (#3033) | Bob | 2022-07-22 |
* | add statusline element to display file line endings (#3113) | Alexis Kalabura | 2022-07-21 |
* | Add lsp signature help (#1755) | Gokul Soumya | 2022-07-19 |
* | Make gutters padding optional (#2996) | Ivan Tham | 2022-07-18 |
* | Customizable/configurable status line (#2434) | Mr. E | 2022-07-18 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968) | dependabot[bot] | 2022-07-05 |
* | build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969) | dependabot[bot] | 2022-07-05 |
* | Add mode specific styles (#2676) | Mathspy | 2022-06-30 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | Implement cursorline (#2170) | Tobias Menzi | 2022-06-27 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | Merge branch 'master' into test-harness | Blaž Hrastnik | 2022-06-21 |
| |\ |
|
| * | | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |
| * | | tests for buffer-close | Skyler Hawthorne | 2022-06-19 |
| * | | tests for serialized writes | Skyler Hawthorne | 2022-06-19 |
| * | | Fix initial selection of Document in new view | Skyler Hawthorne | 2022-06-19 |
| * | | improve test harness | Skyler Hawthorne | 2022-06-19 |
* | | | add history suggest to global search (#2717) | Termina94 | 2022-06-21 |
* | | | Refactor Margin for fine grained control (#2727) | Gokul Soumya | 2022-06-21 |
* | | | Format keys identically in statusline and command palette (#2790) | Gokul Soumya | 2022-06-21 |
* | | | Make indent guides configurable | Gokul Soumya | 2022-06-21 |
| |/
|/| |
|
* | | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
* | | Display highest severity diagnostic in gutter (#2835) | A-Walrus | 2022-06-21 |
|/ |
|
* | simplify some keymap key names follow up tests (#2694) | Henry | 2022-06-17 |
* | Update auto-pairs and idle-timeout when the config is reloaded (#2736) | Bjorn Ove Hay Andersen | 2022-06-15 |
* | Better handling of symlinks (#2718) | Roland Kovacs | 2022-06-15 |
* | simplify fallback for selected line-number theming (#2768) | Michael Davis | 2022-06-14 |
* | minor: Simplify Document.language_id() | Blaž Hrastnik | 2022-06-06 |
* | simplify some keymap key names (#2677) | Henry | 2022-06-06 |
* | Passing extra formatting options to LSPs (#2635) | farwyler | 2022-06-05 |
* | Fix crash due to cycles when replaying macros (#2647) | gavynriebau | 2022-06-05 |
* | Fix panic on close last buffer (#2367) (#2658) | gavynriebau | 2022-06-05 |
* | Improve Readability (#2639) | Ryan Russell | 2022-06-01 |
* | fix: Remove empty scratch buffer from jumplists when removing it | Blaž Hrastnik | 2022-05-29 |
* | build(deps): bump once_cell from 1.10.0 to 1.12.0 | dependabot[bot] | 2022-05-25 |
* | lower MSRV to 1.57.0 | Michael Davis | 2022-05-23 |
* | Move Tree nodes on view swap | Roland Kovacs | 2022-05-21 |
* | Implement view swapping | Roland Kovacs | 2022-05-21 |
* | Implement view transpose (#2461) | Roland Kovacs | 2022-05-20 |
* | Run debug console in windows (#2294) | Alexis Kalabura | 2022-05-11 |