AbstractMarker |
Abstract marker class that marks source and target text according to some
'pattern' and paints them according to some 'PAINTER' and 'ATTRIBUTES' (all
of them defined by implementing classes)
|
BidiMarkers |
Collection of Markers for Bidirectional control characters.
|
BidiPainter |
Class to paint a direction marker for bidirectional control characters
|
CalcMarkersThread |
This class calls all marks calculators in background, check if source entry
changed, and send add marks to editor.
|
ComesFromAutoTMMarker |
Marker for marks entries from TMX that come automatically from tm/auto/ folder.
|
ComesFromMTMarker |
Marker for be able to add marks when a match is inserted from such a TMX manually.
|
EntryMarks |
Information about entry which processed, for be able to check if this entry
changed in UI.
|
FontFallbackMarker |
|
Mark |
Class for store information about one mark.
|
NBSPMarker |
Marker for Non-breakable space
|
ProtectedPartsMarker |
Marker for SourceTextEntry.protectedParts and tags.
|
RemoveTagMarker |
Marker for all parts in segments that have to be removed.
|
ReplaceMarker |
Marker for replace candidate.
|
SymbolPainter |
Class to paint some character/symbol as highlight.
|
TransparentHighlightPainter |
Paints transparent background color
|
WhitespaceMarkerFactory |
Collection of Markers for whitespace symbols.
|
WhitespaceMarkerFactory.LFMarker |
Marker for linefeed.
|
WhitespaceMarkerFactory.SpaceMarker |
Marker for a normal whitespace.
|
WhitespaceMarkerFactory.TabMarker |
Marker for tab
|