class: DiffTextView
authorClaus Gittinger <cg@exept.de>
Sat, 31 May 2014 13:17:33 +0200
changeset 14431 db727d8b39c6
parent 14430 c5408e02eebd
child 14432 a0629eb60ebf
class: DiffTextView added: #postRealize automatically position to first change when opened
DiffTextView.st
--- a/DiffTextView.st	Sat May 31 13:09:06 2014 +0200
+++ b/DiffTextView.st	Sat May 31 13:17:33 2014 +0200
@@ -274,6 +274,11 @@
 
     "Created: 16.11.1995 / 16:59:48 / cg"
     "Modified: 14.6.1996 / 16:14:39 / cg"
+!
+
+postRealize
+    super postRealize.
+    self moveToNextChanged
 ! !
 
 !DiffTextView methodsFor:'private'!
@@ -661,10 +666,10 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.63 2014-02-18 14:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.63 2014-02-18 14:30:56 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.64 2014-05-31 11:17:33 cg Exp $'
 ! !