|
|
|
@ -61,7 +61,7 @@ class SourceHighlighter { |
|
|
|
|
} |
|
|
|
|
` |
|
|
|
|
|
|
|
|
|
this.statementMarker = this._deps.editor.addMarker(lineColumnPos, this.source, css.highlightcode.className + ' ' + css.customBackgroundColor.className + ' ' + `highlightLine${lineColumnPos.start.line}`) |
|
|
|
|
this.statementMarker = this._deps.editor.addMarker(lineColumnPos, this.source, css.highlightcode.className + ' ' + css.customBackgroundColor.className + ' ' + `highlightLine${lineColumnPos.start.line}`) |
|
|
|
|
this._deps.editor.scrollToLine(lineColumnPos.start.line, true, true, function () {}) |
|
|
|
|
this.position = lineColumnPos |
|
|
|
|
if (lineColumnPos.start.line === lineColumnPos.end.line) { |
|
|
|
|