helix-mirror/helix-core/src
Blaž Hrastnik 6bd16a7320 graphemes: Optimize nth_next/nth_prev operation.
It's used a lot more than it used to in position calculation. Instead of
throwing away state between boundary calculation, reuse it.
2021-02-24 17:12:44 +09:00
..
comment.rs commands: Wire up toggle comments as ctrl-c 2021-02-19 13:59:24 +09:00
diagnostic.rs Total mess but it works: diagnostic marking. 2020-12-03 13:10:34 +09:00
graphemes.rs graphemes: Optimize nth_next/nth_prev operation. 2021-02-24 17:12:44 +09:00
history.rs Fix undo/redo not updating the syntax tree. 2020-12-03 13:10:35 +09:00
indent.rs minor: Simplify some code. 2021-02-24 16:07:39 +09:00
lib.rs commands: Implement expand_selection. 2021-02-22 17:02:32 +09:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
object.rs commands: Implement expand_selection. 2021-02-22 17:02:32 +09:00
position.rs nix: include rust-src so rust-analyzer works correctly. 2021-01-19 16:16:15 +09:00
register.rs Simple yank/paste registers. 2020-10-13 23:13:56 +09:00
selection.rs commands: add * as selection search. 2021-02-22 15:14:02 +09:00
state.rs Improve coords_at_pos & pos_at_coords, test with graphemes. 2021-02-24 16:08:17 +09:00
syntax.rs minor: Simplify some code. 2021-02-24 16:07:39 +09:00
transaction.rs transaction: Also modify map_pos to work with insert|delete order. 2021-02-18 12:17:33 +09:00