| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | update tree-sitter-nickel to include ' in ident (#2859) | Erin van der Veen | 2022-06-22 |
* | build(nix): update flake deps, add default.nix file | Yusuf Bera Ertan | 2022-06-21 |
* | build(deps): bump regex from 1.5.4 to 1.5.5 (#2851) | dependabot[bot] | 2022-06-21 |
* | 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 |
| * | | update docs for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | add integration-test cargo alias | 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 |
| * | | need the full languages config for integration tests | 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 Results in integration tests for more error context | Skyler Hawthorne | 2022-06-19 |
| * | | add integration feature to github tests | Skyler Hawthorne | 2022-06-19 |
| * | | use idle timer instead of fixed timeout | Skyler Hawthorne | 2022-06-19 |
| * | | tests for buffer-close | Skyler Hawthorne | 2022-06-19 |
| * | | tests for serialized writes | Skyler Hawthorne | 2022-06-19 |
| * | | use main application event loop | Skyler Hawthorne | 2022-06-19 |
| * | | add test for ensuring the initial cursor on a newly opened file | Skyler Hawthorne | 2022-06-19 |
| * | | reorganize tests into groups | Skyler Hawthorne | 2022-06-19 |
| * | | refactor helpers, use new test helpers | 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 theme scopes for indent guides | 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 |
* | | add test textobjects queries for erlang,gleam,go,python,rust | Michael Davis | 2022-06-21 |
* | | text-objects: add test capture & elixir queries | Connor Lay (Clay) | 2022-06-21 |