Remove some things from TextDocument

This commit is contained in:
Clément Fournier
2022-04-30 15:50:40 +02:00
parent 935b7fc4e2
commit d1d2f30119
10 changed files with 17 additions and 143 deletions

View File

@@ -44,7 +44,7 @@ public class ScalaTokenAdapter implements GenericToken<ScalaTokenAdapter> {
@Override
public Chars getImageCs() {
return textDocument.sliceText(getRegion());
return textDocument.sliceTranslatedText(getRegion());
}
@Override