Uses of Class
de.f0rce.ace.util.AceMarker
Package | Description |
---|---|
de.f0rce.ace |
-
Uses of AceMarker in de.f0rce.ace
Methods in de.f0rce.ace that return AceMarker Modifier and Type Method Description AceMarker
AceEditor. addMarkerAtCurrentSelection(AceMarkerColor color)
Adds a marker to the editor at the current selection.AceMarker
AceEditor. addMarkerAtCurrentSelection(AceMarkerColor color, java.lang.String alias)
Adds a marker to the editor at the current selection.AceMarker
AceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color)
Adds a marker to the editor.AceMarker
AceEditor. addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color, java.lang.String alias)
Adds a marker to the editor.Methods in de.f0rce.ace that return types with arguments of type AceMarker Modifier and Type Method Description java.util.List<AceMarker>
AceEditor. getAllMarkers()
Returns a list of all current active markers.Methods in de.f0rce.ace with parameters of type AceMarker Modifier and Type Method Description void
AceEditor. addMarker(AceMarker marker)
Adds aAceMarker
to the editor.void
AceEditor. removeMarker(AceMarker marker)
Removes a specific marker from the editor.
You can get all the active markers withAceEditor.getAllMarkers()