diff --git a/src/vs/editor/browser/controller/textAreaHandler.ts b/src/vs/editor/browser/controller/textAreaHandler.ts index 3738b00337f..782f1428d68 100644 --- a/src/vs/editor/browser/controller/textAreaHandler.ts +++ b/src/vs/editor/browser/controller/textAreaHandler.ts @@ -299,7 +299,8 @@ export class TextAreaHandler extends ViewPart { // the selection. // // However, the text on the current line needs to be made visible because - // some IME methods allow to glyphs on the current line (by pressing arrow keys). + // some IME methods allow to move to other glyphs on the current line + // (by pressing arrow keys). // // (1) The textarea might contain only some parts of the current line, // like the word before the selection. Also, the content inside the textarea @@ -308,7 +309,7 @@ export class TextAreaHandler extends ViewPart { // // (2) Also, we should not make \t characters visible, because their rendering // inside the