| Commit message (Expand) | Author | Age |
* | Show file path only in workspace diagnostic picker | Gokul Soumya | 2022-07-06 |
* | Display error code only if not none | Gokul Soumya | 2022-07-06 |
* | Sub sort diagnostics by line number | Gokul Soumya | 2022-07-06 |
* | Display diagnostic text before code in picker | Gokul Soumya | 2022-07-06 |
* | Remove source from diagnostic picker display | Gokul Soumya | 2022-07-06 |
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 |
* | Add live preview to theme picker (#1798) | Joe | 2022-07-05 |
* | build(deps): bump smallvec from 1.8.1 to 1.9.0 (#2976) | dependabot[bot] | 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 |
* | Fix backwards selection duplication widening bug (#2945) | A-Walrus | 2022-07-04 |
* | Highlight whole row in picker menus (#2939) | ChrHorn | 2022-07-02 |
* | Reuse menu::Item trait in picker (#2814) | Gokul Soumya | 2022-07-02 |
* | Sort themes, language & files by score & then name (#2675) | Michael Jones | 2022-07-01 |
* | adds --vsplit and --hsplit arguments (#2773) | plexom | 2022-07-01 |
* | Add new key bindings to view mode (#2803) | Benjamin Rich | 2022-07-01 |
* | Fix backwards character deletion on other whitespaces (#2855) | Sora | 2022-07-01 |
* | Add mode specific styles (#2676) | Mathspy | 2022-06-30 |
* | Add workspace and document diagnostics picker (#2013) | Falco Hirschenberger | 2022-06-30 |
* | fixes background reset (#2900) | Seth Bromberger | 2022-06-28 |
* | Fix recursive macro crash and empty macro lockout (#2902) | PabloMansanet | 2022-06-28 |
* | build(deps): bump indoc from 1.0.3 to 1.0.6 (#2898) | dependabot[bot] | 2022-06-28 |
* | Refactor handling of mouse events (#2893) | Gokul Soumya | 2022-06-27 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | Only draw cursorline in the currently focused buffer | Blaž Hrastnik | 2022-06-27 |
* | Implement cursorline (#2170) | Tobias Menzi | 2022-06-27 |
* | Right align scrollbar with track in completion popup (#2754) | Gokul Soumya | 2022-06-27 |
* | Add single width left margin for completion popup (#2728) | Gokul Soumya | 2022-06-26 |
* | fixes showing the last prompt on empty input (#2870) | Saber Haj Rabiee | 2022-06-24 |
* | check selection's visible width when copying on mouse click (#2711) | Michael Davis | 2022-06-24 |
* | Redetect indent and line endings after language server replaces documents (#2... | farwyler | 2022-06-24 |
* | fixes #2856 by resetting style on diagnostic (#2861) | Seth Bromberger | 2022-06-22 |
* | Fix scrollbar length proportional to total menu items (#2860) | Gokul Soumya | 2022-06-22 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | Merge branch 'master' into test-harness | Blaž Hrastnik | 2022-06-21 |
| |\ |
|
| * | | replace phrase in tests | Skyler Hawthorne | 2022-06-19 |
| * | | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |
| * | | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
| * | | add test for write-quit happy path | Skyler Hawthorne | 2022-06-19 |
| * | | rename test helpers | Skyler Hawthorne | 2022-06-19 |
| * | | consolidate idle timer logic, make conditional | Skyler Hawthorne | 2022-06-19 |
| * | | ignore failing write path tests until fixes are merged | Skyler Hawthorne | 2022-06-19 |
| * | | rename top level module to satisfy cargo fmt | Skyler Hawthorne | 2022-06-19 |
| * | | use a read only file to ensure write failure | Skyler Hawthorne | 2022-06-19 |
| * | | use system's appropriate line ending | Skyler Hawthorne | 2022-06-19 |
| * | | don't read from stdin for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | use env var for integration test log level | Skyler Hawthorne | 2022-06-19 |
| * | | use test terminal backend for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | Add more context; Editor::open doesn't need to own path | Skyler Hawthorne | 2022-06-19 |