| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | 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 |
| |\ |
|
| * | | 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 |
| * | | consolidate idle timer logic, make conditional | 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 |
| * | | use idle timer instead of fixed timeout | Skyler Hawthorne | 2022-06-19 |
| * | | use main application event loop | Skyler Hawthorne | 2022-06-19 |
| * | | reorganize tests into groups | 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 |
| * | | Integration testing harness | Blaž Hrastnik | 2022-06-19 |
| * | | Simplify handle_terminal_events signature | Blaž Hrastnik | 2022-06-19 |
| * | | move config parsing back into main | 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 |
* | | | Enable shellwords for Windows (with escaping disabled) (#2767) | ath3 | 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 |
* | | | Add indent guides support | Gokul Soumya | 2022-06-21 |
| |/
|/| |
|
* | | feat: make `move_vertically` aware of tabs and wide characters (#2620) | Matthew Toohey | 2022-06-21 |
* | | Default rulers color to red (#2669) | Mathspy | 2022-06-21 |
* | | text-objects: add test capture & elixir queries | Connor Lay (Clay) | 2022-06-21 |
* | | mouse selection now uses character indexing (#2839) | Mathis Brossier | 2022-06-20 |
* | | fix: do not color health summary when stdout is piped (#2836) | lazytanuki | 2022-06-20 |
|/ |
|
* | views -> buffers in write-all (#2788) | Gygaxis Vainhardt | 2022-06-16 |
* | Update auto-pairs and idle-timeout when the config is reloaded (#2736) | Bjorn Ove Hay Andersen | 2022-06-15 |
* | Improve markdown list rendering (#2687) | Frojdholm | 2022-06-15 |
* | Better handling of symlinks (#2718) | Roland Kovacs | 2022-06-15 |
* | Add a check to prevent re-selecting same range (#2760) | Ryang Sohn | 2022-06-14 |