public class PlainTextBidiRegionsSeparator extends BidiRegionsSeparator
Constructor and Description |
---|
PlainTextBidiRegionsSeparator() |
Modifier and Type | Method and Description |
---|---|
boolean |
createBorderBetweenTokens(IElementType previousTokenType,
IElementType tokenType)
Given types of two distinct subsequent tokens returned by
HighlighterIterator.getTokenType() , says whether bidi layout
should be performed independently on both sides of the border between tokens. |
public boolean createBorderBetweenTokens(IElementType previousTokenType, IElementType tokenType)
BidiRegionsSeparator
HighlighterIterator.getTokenType()
, says whether bidi layout
should be performed independently on both sides of the border between tokens.createBorderBetweenTokens
in class BidiRegionsSeparator
HighlighterIterator
,
EditorHighlighter