Home | History | Annotate | Download | only in front_end

Lines Matching refs:lastLine

868             newPaddingBottom = Math.max(scrollInfo.clientHeight - this._codeMirror.getLineHandle(this._codeMirror.lastLine()).height, 0);
1124 var lastLine = this._codeMirror.getLine(lineCount - 1);
1125 return this._toRange(new CodeMirror.Pos(0, 0), new CodeMirror.Pos(lineCount - 1, lastLine.length));