Home | History | Annotate | Download | only in sources

Lines Matching refs:endColumn

504             if (textSelection.startLine !== textSelection.endLine || textSelection.startLine !== mouseLine || mouseColumn < textSelection.startColumn || mouseColumn > textSelection.endColumn)
508 var rightCorner = this.textEditor.cursorPositionToCoordinates(textSelection.endLine, textSelection.endColumn);
513 endColumn: textSelection.endColumn - 1
524 var tokenContent = line.substring(token.startColumn, token.endColumn);
531 var rightCorner = this.textEditor.cursorPositionToCoordinates(lineNumber, token.endColumn - 1);
537 endColumn: token.endColumn - 1
552 var endHighlight = anchorBox.highlight.endColumn;