comparison dwtx/jface/text/IRepairableDocumentExtension.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
177 * @param text the substitution text to check 177 * @param text the substitution text to check
178 * @return <code>true</code> if the line information must be repaired 178 * @return <code>true</code> if the line information must be repaired
179 * @throws BadLocationException if the offset is invalid in this document 179 * @throws BadLocationException if the offset is invalid in this document
180 * @see IRepairableDocument#repairLineInformation() 180 * @see IRepairableDocument#repairLineInformation()
181 */ 181 */
182 bool isLineInformationRepairNeeded(int offset, int length, String text) throws BadLocationException; 182 bool isLineInformationRepairNeeded(int offset, int length, String text) ;
183 } 183 }