MCPcopy Create free account
hub / github.com/ajaxorg/ace / initSelectionMarkers

Method initSelectionMarkers

src/ext/diff/base_diff_view.js:804–809  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

802 }
803
804 initSelectionMarkers() {
805 this.syncSelectionMarkerA = new SyncSelectionMarker();
806 this.syncSelectionMarkerB = new SyncSelectionMarker();
807 this.sessionA.addDynamicMarker(this.syncSelectionMarkerA, true);
808 this.sessionB.addDynamicMarker(this.syncSelectionMarkerB, true);
809 }
810 clearSelectionMarkers() {
811 this.sessionA.removeMarker(this.syncSelectionMarkerA.id);
812 this.sessionB.removeMarker(this.syncSelectionMarkerB.id);

Callers 1

setDiffSessionMethod · 0.95

Calls 1

addDynamicMarkerMethod · 0.80

Tested by

no test coverage detected