MCPcopy
hub / github.com/ajaxorg/ace / setHighlightGutterLine

Method setHighlightGutterLine

src/editor.js:1185–1187  ·  view source on GitHub ↗

* @param {boolean} shouldHighlight

(shouldHighlight)

Source from the content-addressed store, hash-verified

1183 * @param {boolean} shouldHighlight
1184 */
1185 setHighlightGutterLine(shouldHighlight) {
1186 this.setOption("highlightGutterLine", shouldHighlight);
1187 }
1188
1189 /**
1190 * @returns {Boolean}

Callers

nothing calls this directly

Calls 1

setOptionMethod · 0.80

Tested by

no test coverage detected