Tools__NewSystemBrowserCodeView.st
changeset 10042 d54619c0d859
parent 10024 b273c6fd3606
child 10172 6e6165958f2c
--- a/Tools__NewSystemBrowserCodeView.st	Sun Jul 03 15:37:47 2011 +0200
+++ b/Tools__NewSystemBrowserCodeView.st	Sun Jul 03 15:39:58 2011 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -14,11 +14,11 @@
 "{ NameSpace: Tools }"
 
 CodeView subclass:#NewSystemBrowserCodeView
-	instanceVariableNames:'browser parseTree selectedNode parsingProcess
-		parsingProcessRunning highlightEmphasis seqNum'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-Browsers-New'
+        instanceVariableNames:'browser parseTree selectedNode parsingProcess
+                parsingProcessRunning highlightEmphasis seqNum'
+        classVariableNames:''
+        poolDictionaries:''
+        category:'Interface-Browsers-New'
 !
 
 !NewSystemBrowserCodeView class methodsFor:'documentation'!
@@ -26,7 +26,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -1017,11 +1017,7 @@
 !NewSystemBrowserCodeView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowserCodeView.st,v 1.7 2011-07-01 14:21:48 cg Exp $'
-!
-
-version_CVS_jvrany
-    ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Tools__NewSystemBrowserCodeView.st,v 1.4 2008-02-27 13:45:41 vranyj1 Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowserCodeView.st,v 1.8 2011-07-03 13:39:58 cg Exp $'
 !
 
 version_SVN