public interface IDocumentPartitionerExtension
IDocumentPartitioner
.
Replaces the original concept of the document partitioner by returning the
minimal region that includes all partition changes caused by the invocation
of the document partitioner.
The method documentChanged2
is considered the replacement of
IDocumentPartitioner.documentChanged(DocumentEvent)
.
Modifier and Type | Method and Description |
---|---|
IRegion |
documentChanged2(DocumentEvent event)
The document has been changed.
|
IRegion documentChanged2(DocumentEvent event)
null
if the partitioning did not change.
Will be called by the connected document and is not intended to be used by clients other than the connected document.
Replaces IDocumentPartitioner.documentChanged(DocumentEvent)
.
event
- the event describing the document changenull
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.