helix-mods/helix-core/src
2021-07-26 10:51:00 -07:00
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07:00
comment.rs Fix comment toggle command also sometimes toggling the next line. 2021-07-20 12:23:40 -07:00
diagnostic.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
diff.rs Remove ExactSizeIterator requirement on Transaction::change 2021-07-19 11:29:51 +09:00
graphemes.rs Better validation method APIs for Range. 2021-07-01 14:22:28 -07:00
history.rs Fix all remaining warnings in helix-core except for two. 2021-07-01 19:06:52 -07:00
indent.rs Made toggle_comments language dependent (#463) 2021-07-19 01:33:38 +09:00
lib.rs Add object selection (textobjects) (#385) 2021-07-03 10:07:49 +09:00
line_ending.rs Make vertical selection movement work properly. 2021-07-05 18:58:33 -07:00
macros.rs Split parts of helix-term into helix-view. 2020-09-21 18:24:16 +09:00
match_brackets.rs Fix ocassional panic when matching brackets. 2021-07-22 18:47:37 -07:00
movement.rs Collect some common patterns into methods on Range. 2021-07-26 08:40:30 -07:00
object.rs Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 2021-07-01 19:37:28 -07:00
position.rs Revert display-width-based vertical cursor movement. 2021-07-22 13:21:44 -07:00
register.rs Remove RwLock for registers 2021-06-15 23:01:56 +08:00
search.rs Switch to a cleaner range-head moving abstraction. 2021-07-24 07:44:11 -07:00
selection.rs Collect some common patterns into methods on Range. 2021-07-26 08:40:30 -07:00
state.rs Derive debug without feature 2021-06-10 22:00:08 +09:00
surround.rs Switch to a cleaner range-head moving abstraction. 2021-07-24 07:44:11 -07:00
syntax.rs Merge branch 'master' into great_line_ending_and_cursor_range_cleanup 2021-07-23 17:23:16 -07:00
textobject.rs Address some PR comments. 2021-07-26 10:51:00 -07:00
transaction.rs Remove ExactSizeIterator requirement on Transaction::change 2021-07-19 11:29:51 +09:00