Uses of Interface
org.eclipse.jface.text.IDocumentPartitionerExtension2
-
Packages that use IDocumentPartitionerExtension2 Package Description org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations ofIPresentationDamager
,IPresentationRepairer
andIDocumentPartitioner
. -
-
Uses of IDocumentPartitionerExtension2 in org.eclipse.jface.text.rules
Classes in org.eclipse.jface.text.rules that implement IDocumentPartitionerExtension2 Modifier and Type Class Description class
DefaultPartitioner
Deprecated.As of 3.1, replaced byFastPartitioner
insteadclass
FastPartitioner
A standard implementation of a document partitioner.class
RuleBasedPartitioner
Deprecated.useFastPartitioner
instead
-