Tagging interface to be implemented by {@link org.eclipse.jface.text.IDocument} implementers that offer a linerepair 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:
- {@link org.eclipse.jface.text.IRepairableDocumentExtension} since version 3.4adds the ability to query whether the repairable document needs to be repaired.
@see org.eclipse.jface.text.IDocument
@see org.eclipse.jface.text.IRepairableDocumentExtension
@since 3.0