public interface IRepairableDocumentExtension
Extension interface for IRepairableDocument.
IRepairableDocument
Adds the ability to query whether the repairable document needs to be repaired.
boolean
isLineInformationRepairNeeded (int offset, int length, String text)
boolean isLineInformationRepairNeeded(int offset, int length, String text) throws BadLocationException
offset
length
text
true
BadLocationException
IRepairableDocument.repairLineInformation()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.