helix-mirror/helix-core/src
2021-03-16 13:47:06 +09:00
..
comment.rs commands: Wire up toggle comments as ctrl-c 2021-02-19 13:59:24 +09:00
diagnostic.rs ui: Render diagnostic errors in sideline. 2021-03-15 16:19:31 +09:00
graphemes.rs graphemes: fix nth_prev_grapheme_boundary calculation. 2021-02-26 15:53:01 +09:00
history.rs Cleanup: use doc.selection() instead of doc.state.selection(). 2021-03-14 17:14:34 +09:00
indent.rs minor: Simplify some code. 2021-02-24 16:07:39 +09:00
lib.rs Use diagnostic.severity to distinguish between error colors. 2021-03-11 16:31:49 +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
search.rs Implement the f/t/F/T find/till family of commands. 2021-03-11 16:15:27 +09:00
selection.rs Implement keep_selections (filter selections on regex). 2021-03-15 17:09:18 +09:00
state.rs state.rs cleanup 2021-03-15 14:45:09 +09:00
syntax.rs syntax: Highlight using ropes, avoiding dumping whole doc to string. 2021-03-16 13:47:06 +09:00
transaction.rs Cleanup: use doc.selection() instead of doc.state.selection(). 2021-03-14 17:14:34 +09:00