.. |
auto_pairs.rs
|
Fix auto pairs return wrong selection (#613)
|
2021-08-19 00:59:53 +09:00 |
chars.rs
|
Work on moving code over to LineEnding instead of assuming '\n'.
|
2021-06-20 15:33:02 -07:00 |
comment.rs
|
Fixes for new clippy lints in Rust 1.54.
|
2021-07-29 22:47:18 +02: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
|
Add treesitter textobjects (#728)
|
2021-10-23 11:41:19 +09:00 |
lib.rs
|
feat: merge default languages.toml with user provided languages.toml, add a generic TOML value merge function (#654)
|
2021-08-27 00:29:14 +09:00 |
line_ending.rs
|
Mark a few functions as const
|
2021-10-24 17:28:29 +09:00 |
macros.rs
|
Split parts of helix-term into helix-view.
|
2020-09-21 18:24:16 +09:00 |
match_brackets.rs
|
Fixes crash on empty rust file. (#592)
|
2021-08-16 19:18:23 +09:00 |
movement.rs
|
Fixes for new clippy lints in Rust 1.54.
|
2021-07-29 22:47:18 +02:00 |
object.rs
|
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
|
2021-07-01 19:37:28 -07:00 |
path.rs
|
Move path util functions from helix-term to helix-core (#650)
|
2021-08-25 10:04:05 +09:00 |
position.rs
|
Document pos_at_coords better.
|
2021-08-09 11:12:38 +09:00 |
register.rs
|
Mark a few functions as const
|
2021-10-24 17:28:29 +09:00 |
search.rs
|
Switch to a cleaner range-head moving abstraction.
|
2021-07-24 07:44:11 -07:00 |
selection.rs
|
Update mdbook style and fix unreadable table head (#806)
|
2021-10-09 20:35:27 +09:00 |
state.rs
|
Reduce State use a bit further
|
2021-08-26 09:21:07 +09:00 |
surround.rs
|
Fix buggy surround behavior from #376.
|
2021-08-04 09:55:59 +08:00 |
syntax.rs
|
log syntax highlighting init errors (#895)
|
2021-10-23 21:52:18 +09:00 |
textobject.rs
|
Add treesitter textobjects (#728)
|
2021-10-23 11:41:19 +09:00 |
transaction.rs
|
completion: fully revert state before apply & insertText common prefix
|
2021-10-25 11:09:09 +09:00 |