Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | book: fix the description of dot repeat (#2878) | Amit Beka | 2022-06-25 |
| | | | Co-authored-by: amitbeka <---> | ||
* | Fix edge-case in tree-sitter expand_selection selection command (#2877) | Triton171 | 2022-06-25 |
| | | | Co-authored-by: Triton171 <triton0171@gmail.com> | ||
* | [Theme] Acme (#2876) | two-six | 2022-06-25 |
| | |||
* | feat: add wgsl_analyzer as wgsl language server (#2872) | Hekno25 | 2022-06-24 |
| | |||
* | 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 |
| | | | | | | | | | | | | | | * check selection's visible width when copying on mouse click Mouse-click-up copies the selection produced by dragging. The event is ignored if the selection has a width of 1 though so you don't copy when clicking rather than dragging. The current check copies text when it has a visible width of 1 but is actually multiple characters in the rope like a CRLF line-ending. With this change we check the unicode width of the character(s) in the selection rather than the range length, so clicking on a CRLF line-ending does not copy. * use range.fragment to simplify getting the primary selection width | ||
* | Redetect indent and line endings after language server replaces documents ↵ | farwyler | 2022-06-24 |
| | | | | | | | | | | | (#2778) * redetect indent and line endings after language server replaces document * removes nested if * always redetect indent and line endings after format This reverts commit 764d14f55894dc7213e48022dfa0f91829b8ef59. | ||
* | 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 |
| | | | | | | The scrollbar length used to increase with more entries in the menu, which was counter-intuitive to how scrollbars worked in most applications. Turns out there was a typo in the floor division implementation :) | ||
* | update tree-sitter-nickel to include ' in ident (#2859) | Erin van der Veen | 2022-06-22 |
| | | | | see https://github.com/nickel-lang/tree-sitter-nickel/pull/9 and https://github.com/tweag/nickel/pull/737 | ||
* | 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 |
| | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
| | |||
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ | | | | | Integration testing harness | ||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | During write-quit, if the file fails to be written for any reason, helix will still quit without saving the changes. This fixes this behavior by introducing fallibility to the asynchronous job queues. This will also benefit all contexts which may depend on these job queues. Fixes #1575 | ||
| * | | 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 |
| | | | | | | | | | | | | Use the Application's main event loop to allow LSP, file writes, etc | ||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a new View of a Document is created, a default cursor of 0, 0 is created, and it does not get normalized to a single width cursor until at least one movement of the cursor happens. This appears to have no practical negative effect that I could find, but it makes tests difficult to work with, since the initial selection is not what you expect it to be. This changes the initial selection of a new View to be the width of the first grapheme in the text. | ||
| * | | improve test harness | Skyler Hawthorne | 2022-06-19 |
| | | | | | | | | | | | | | | | | | | | | | * Use new macro syntax for encoding sequences of keys * Make convenience helpers for common test pattern * Use indoc for inline indented raw strings * Add feature flag for integration testing to disable rendering | ||
| * | | 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 |
| | | | | | | | | | Co-authored-by: Dean Revell <revell@gmail.com> | ||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | The command palette previously used + as a delimiter for denoting a single key in a key sequence, (like C+w). This was at odds with how the statusline displayed them with pending keys (like <C-w>). This patch changes the palette formatting to the statusline formatting |