added: #correctableError:position:to:from:
authorClaus Gittinger <cg@exept.de>
Tue, 02 Nov 2010 13:30:31 +0100
changeset 9621 2353a178d5c7
parent 9620 dddaf7e39549
child 9622 03bc7e8658aa
added: #correctableError:position:to:from:
ChangesBrowser.st
--- a/ChangesBrowser.st	Tue Nov 02 12:21:13 2010 +0100
+++ b/ChangesBrowser.st	Tue Nov 02 13:30:31 2010 +0100
@@ -898,6 +898,17 @@
     "Created: / 19.1.2000 / 16:27:23 / cg"
 !
 
+correctableWarning:aString position:relPos to:relEndPos from:aCompiler
+    "compiler notifys us of an error - this should really not happen since
+     changes ought to be correct (did someone edit the changes file ??).
+     Show the bad change in the codeView and let codeView hilight the error;
+     no corrections allowed here therefore return false"
+
+    ^ self correctableError:aString position:relPos to:relEndPos from:aCompiler
+
+    "Created: / 02-11-2010 / 13:29:52 / cg"
+!
+
 error:aString position:relPos to:relEndPos from:aCompiler
     "compiler notifys us of an error - this should really not happen since
      changes ought to be correct (did someone edit the changes file ??).
@@ -6162,9 +6173,9 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.407 2010-10-27 09:40:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.408 2010-11-02 12:30:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.407 2010-10-27 09:40:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.408 2010-11-02 12:30:31 cg Exp $'
 ! !