Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Dynamically load grammar libraries at runtime | Blaž Hrastnik | 2021-07-14 |
| | |||
* | ignore Nix outputs | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Add a nix flake with the development environment. | Blaž Hrastnik | 2021-01-19 |
| | |||
* | Incremental parsing: rough draft. | Blaž Hrastnik | 2020-09-17 |
| | |||
* | fixed async loop | Jan Hrastnik | 2020-06-16 |
| | |||
* | Initial import. | Blaž Hrastnik | 2020-05-20 |