1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-19 03:26:06 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
n0s4 4f21f430e4 Remove vale from .gitignore 2022-07-26 10:22:28 +09:00
n0s4 5accb5cd58 Add vale to gitignore + spelling 2022-07-26 10:22:28 +09:00
Skyler Hawthorne 0f3c10a021 Fix initial selection of Document in new view
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.
2022-06-18 23:54:03 -04:00
Blaž Hrastnik dd2903ff10 Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
Timothy DeHerrera 8590f6a912 ignore Nix outputs 2021-06-10 22:00:53 +09:00
Blaž Hrastnik f1539cc866 Add a nix flake with the development environment. 2021-01-19 15:54:51 +09:00
Blaž Hrastnik 088f8a82af Incremental parsing: rough draft. 2020-09-17 16:32:40 +09:00
Jan Hrastnik 065cbcee9e fixed async loop 2020-06-16 17:42:34 +09:00
Blaž Hrastnik 240e5f4e3d Initial import. 2020-05-20 18:14:51 +09:00