Modifier and Type | Method and Description |
---|---|
static AceRange |
AceRange.create(int startRow,
int startColumn,
int endRow,
int endColumn) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Integer,AceRange> |
AceEditor.getMarkers()
Gets all the displayed markers.
|
Modifier and Type | Method and Description |
---|---|
int |
AceEditor.addFloatingMarker(AceRange range,
java.lang.String clazz,
AceMarkerType type)
Adds a floating marker into this editor (the marker follows lines changes as insertions, suppressions...).
|
int |
AceEditor.addMarker(AceRange range,
java.lang.String clazz,
AceMarkerType type,
boolean inFront)
Adds a static marker into this editor.
|