aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/position.rs
Commit message (Expand)AuthorAge
* Fix tab rendering to use dynamic tab widthBlaž Hrastnik2022-03-04
* Reuse visual_coords_at_pos function in viewBlaž Hrastnik2022-03-04
* Allow specifying file start position (#445)Ivan Tham2022-01-23
* Ensure coords in screen depends on char width (#885)Ivan Tham2021-11-03
* Document `pos_at_coords` better.Nathan Vegdahl2021-08-09
* Revert display-width-based vertical cursor movement.Nathan Vegdahl2021-07-22
* Fixes for misc bugs with view movement.Nathan Vegdahl2021-07-21
* Make vertical selection movement work properly.Nathan Vegdahl2021-07-06
* Fix all remaining warnings in helix-core except for two.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
* clippy lintBlaž Hrastnik2021-03-24
* Move things out of state.rs.Blaž Hrastnik2021-03-18
* nix: include rust-src so rust-analyzer works correctly.Blaž Hrastnik2021-01-19
* Incremental parsing: rough draft.Blaž Hrastnik2020-09-17
* Implement a new core based on CodeMirror.Blaž Hrastnik2020-05-25
* Initial import.Blaž Hrastnik2020-05-20