rust-analyzer/crates/ra_editor/src
bors[bot] e422c2e2f4 Merge #325
325: implement translate_offset_with_edit r=matklad a=vemoo

- Implement `translate_offset_with_edit` to resolve #105 
- Add proptest impls for text, offsets and edits and use them in tests for `translate_offset_with_edit` and `LineIndex`
- Added benchmark for `translate_offset_with_edit`

Co-authored-by: Bernardo <berublan@gmail.com>
2018-12-27 12:19:19 +00:00
..
code_actions.rs add fix for removing unnecessary braces in use statements 2018-12-26 00:45:13 +08:00
extend_selection.rs use \b as word boundary 2018-12-09 15:50:56 +01:00
folding_ranges.rs fold curly blocks 2018-12-20 22:43:06 +03:00
lib.rs Merge #325 2018-12-27 12:19:19 +00:00
line_index.rs remove benchmark and simplify tests 2018-12-25 20:14:27 +01:00
line_index_utils.rs change to TextEdit to avoid allocation and sort 2018-12-25 20:49:18 +01:00
symbols.rs Add a better text for hover and stop duplicating work done in approximatelly_resolve_symbol 2018-12-08 19:28:10 +03:00
test_utils.rs modernize even more 2018-12-06 21:16:37 +03:00
typing.rs check edits in diagnostics 2018-12-27 13:35:08 +03:00