aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/line_index_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* column translation implemented but not quite working yetBernardo2018-12-251-36/+66
* iterate over `Step`s which are either, newlines or multibyte charsBernardo2018-12-251-22/+111
* simplify newline check with macroBernardo2018-12-251-20/+14
* remove slower impl, add benchmarksBernardo2018-12-251-197/+21
* final iteration, faster a bit simplerBernardo2018-12-251-171/+209
* simplified versionBernardo2018-12-251-0/+139
* move translate_offset_with_edit to ra_editorBernardo2018-12-251-0/+260