ChangeSetBrowser.st
branchjv
changeset 12680 4e2f5b0d4cb2
parent 12650 e0f607754b9a
parent 12655 b351c1a2164a
child 15566 184cea584be5
--- a/ChangeSetBrowser.st	Tue Apr 16 09:35:45 2013 +0200
+++ b/ChangeSetBrowser.st	Tue Apr 16 10:22:43 2013 +0200
@@ -47,6 +47,7 @@
 "
 ! !
 
+
 !ChangeSetBrowser class methodsFor:'instance creation'!
 
 open
@@ -86,6 +87,7 @@
     "Modified: / 17-02-2011 / 10:29:50 / cg"
 ! !
 
+
 !ChangeSetBrowser class methodsFor:'defaults'!
 
 defaultLabel
@@ -94,6 +96,7 @@
     "Created: / 6.2.1998 / 13:25:47 / cg"
 ! !
 
+
 !ChangeSetBrowser class methodsFor:'menu specs'!
 
 menuSpec
@@ -545,6 +548,7 @@
       )
 ! !
 
+
 !ChangeSetBrowser methodsFor:'initialization & release'!
 
 askIfChangesAreToBeWrittenBack
@@ -624,6 +628,7 @@
     ^ "false" super showingDiffsDefault 
 ! !
 
+
 !ChangeSetBrowser methodsFor:'menu aspects'!
 
 hasNotUndoableChangeSelected
@@ -667,6 +672,7 @@
     ^ false
 ! !
 
+
 !ChangeSetBrowser methodsFor:'private'!
 
 applyChange:changeNr
@@ -693,8 +699,8 @@
 "/        AbortOperationRequest handle:[:ex |
 "/            ^ false.
 "/        ] do:[
-            Parser::ParseError handle:[:ex |       
-                ex signal == Parser::UndefinedSuperclassError ifTrue:[
+            ParseError handle:[:ex |       
+                ex signal == UndefinedSuperclassError ifTrue:[
                     codeView error:(ex errorString) position:1 to:nil from:nil 
                 ] ifFalse:[
                     codeView error:(ex description) position:(ex startPosition) to:(ex endPosition) from:(ex parser). 
@@ -979,6 +985,7 @@
     "Modified: / 7.2.1998 / 19:52:44 / cg"
 ! !
 
+
 !ChangeSetBrowser methodsFor:'user actions'!
 
 doInspectChange
@@ -1033,14 +1040,15 @@
     super updateDiffViewFor:changeNr.
 ! !
 
+
 !ChangeSetBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.59 2013-04-11 08:42:18 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.58 2013-04-02 19:24:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangeSetBrowser.st,v 1.59 2013-04-11 08:42:18 stefan Exp $'
 !
 
 version_HG