diff dwtx/text/edits/TextEdit.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents 6dcb0baaa031
children 26688fec6d23
line wrap: on
line diff
--- a/dwtx/text/edits/TextEdit.d	Sun Aug 24 02:26:23 2008 +0200
+++ b/dwtx/text/edits/TextEdit.d	Sun Aug 24 02:31:41 2008 +0200
@@ -942,7 +942,7 @@
     protected void childDocumentUpdated() {
     }
 
-    abstract int performDocumentUpdating(IDocument document) throws BadLocationException;
+    abstract int performDocumentUpdating(IDocument document) ;
 
     int traverseRegionUpdating(TextEditProcessor processor, IDocument document, int accumulatedDelta, bool delete) {
         performRegionUpdating(accumulatedDelta, delete);