org.eclipse.jface.text.rules.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.jface.text Show documentation
Show all versions of org.eclipse.jface.text Show documentation
This is org.eclipse.jface.text jar used by Scout SDK
The newest version!
Package-level Javadoc
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.
Package Specification
RuleBasedScanner is a document-based scanner controlled by IRule
objects. When evaluated an IRule always returns an IToken.
The package provides a set of rules whereby PatternRule is the
most important one. PatternRule defines a pattern-configurable
rule.