Uses of Class
de.f0rce.ace.util.AceMarker
Packages that use AceMarker
-
Uses of AceMarker in de.f0rce.ace
Methods in de.f0rce.ace that return AceMarkerModifier and TypeMethodDescriptionAceEditor.addMarkerAtCurrentSelection(AceMarkerColor color) Adds a marker to the editor at the current selection.AceEditor.addMarkerAtCurrentSelection(AceMarkerColor color, String alias) Adds a marker to the editor at the current selection.AceEditor.addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color) Adds a marker to the editor.AceEditor.addMarkerAtSelection(int rowStart, int from, int rowEnd, int to, AceMarkerColor color, String alias) Adds a marker to the editor.Methods in de.f0rce.ace that return types with arguments of type AceMarkerModifier and TypeMethodDescriptionAceEditor.getAllMarkers()Returns a list of all current active markers.Methods in de.f0rce.ace with parameters of type AceMarkerModifier and TypeMethodDescriptionvoidAdds aAceMarkerto the editor.voidAceEditor.removeMarker(AceMarker marker) Removes a specific marker from the editor.
You can get all the active markers withAceEditor.getAllMarkers()