Class | Description |
---|---|
AbstractPartitionDoubleClickSelector |
This
strategy treats partition boundaries
in a special way. |
AbstractWordAwareDoubleClickStrategy |
Customized
DefaultTextDoubleClickStrategy that uses a word iterator instead
of a plain break iterator to tokenize the document
content. |
DoubleClickStrategyProvider |
Provide the double click strategies for the given content types in a document.
|
FixedCharCountPartitionDoubleClickSelector |
Custom
partition selector that allows to strip a fixed set of characters
from the beginning and the end of a partition. |
LexerTokenAndCharacterPairAwareStrategy |
This implementation uses the
tokens of an Xtext document to identify
words in the document. |