Tools_SpecialCodeView.st
changeset 9469 88979740715f
parent 5592 d9730a8d7c52
--- a/Tools_SpecialCodeView.st	Fri May 07 14:27:38 2010 +0200
+++ b/Tools_SpecialCodeView.st	Fri May 07 14:27:43 2010 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -56,24 +55,27 @@
 
     ^ 
      #(#FullSpec
-	#name: #windowSpec
-	#window: 
+        #name: #windowSpec
+        #window: 
        #(#WindowSpec
-	  #label: 'SpecialCodeView'
-	  #name: 'SpecialCodeView'
-	  #min: #(#Point 10 10)
-	  #max: #(#Point 1280 1024)
-	  #bounds: #(#Rectangle 12 22 312 322)
-	)
-	#component: 
+          #label: 'SpecialCodeView'
+          #name: 'SpecialCodeView'
+          #min: #(#Point 10 10)
+          #bounds: #(#Rectangle 12 22 312 322)
+        )
+        #component: 
        #(#SpecCollection
-	  #collection: #()
-	)
+          #collection: #()
+        )
       )
 ! !
 
 !SpecialCodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SpecialCodeView.st,v 1.2 2004-02-26 19:03:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SpecialCodeView.st,v 1.3 2010-05-07 12:27:43 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SpecialCodeView.st,v 1.3 2010-05-07 12:27:43 cg Exp $'
 ! !