demo icon indicating copy to clipboard operation
demo copied to clipboard

Look into highlighting lines in editor corresponding to phan errors

Open TysonAndre opened this issue 6 years ago • 0 comments

https://groups.google.com/forum/#!topic/ace-discuss/joAFrXwWLX8

This should use different classes, and clear errors when the file gets changed

var Range = ace.require('ace/range').Range;
editor.session.addMarker(new Range(8, 0, 8, 1), "ace_highlight-marker", "fullLine");

TysonAndre avatar Nov 03 '19 20:11 TysonAndre