Package org.omegat.gui.editor.mark
Class WhitespaceMarkerFactory.LFMarker
- java.lang.Object
-
- org.omegat.gui.editor.mark.AbstractMarker
-
- org.omegat.gui.editor.mark.WhitespaceMarkerFactory.LFMarker
-
- All Implemented Interfaces:
IMarker
- Enclosing class:
- WhitespaceMarkerFactory
public static class WhitespaceMarkerFactory.LFMarker extends AbstractMarker
Marker for linefeed. There is a linefeed symbol: U+240A. But it is so small / hard to see, that instead we use U+00B6 as the symbol to show, like other applications do.
-
-
Constructor Summary
Constructors Constructor Description LFMarker()
-
Method Summary
-
Methods inherited from class org.omegat.gui.editor.mark.AbstractMarker
getMarksForEntry
-
-