public interface IRepairableDocument
IDocument
implementers that offer a line
repair method on the documents.
In order to provide backward compatibility for clients of
IRepairableDocument
, extension interfaces are used to provide
a means of evolution. The following extension interfaces exist:
IRepairableDocumentExtension
since version 3.4
adds the ability to query whether the repairable document needs to be repaired.IDocument
,
IRepairableDocumentExtension
Modifier and Type | Method and Description |
---|---|
void |
repairLineInformation()
Repairs the line information of the document implementing this interface.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.