Remove leading and trailing whitwpsace when accepting a method.
authorStefan Vogel <sv@exept.de>
Fri, 20 Oct 2000 13:07:38 +0200
changeset 2300 68fc714627e8
parent 2299 5470ae201605
child 2301 55553c2e2e0f
Remove leading and trailing whitwpsace when accepting a method.
CodeView.st
--- a/CodeView.st	Fri Oct 13 14:43:16 2000 +0200
+++ b/CodeView.st	Fri Oct 20 13:07:38 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 Workspace subclass:#CodeView
 	instanceVariableNames:'explainAction formatAction pointerOverWordAction'
 	classVariableNames:''
@@ -264,5 +266,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.43 2000-01-14 15:56:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.44 2000-10-20 11:07:38 stefan Exp $'
 ! !