class: stx_goodies_smallsense cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Tue, 03 Feb 2015 23:23:33 +0100
branchcvs_MAIN
changeset 324 305760826051
parent 323 411b58d6c744
child 325 64588262c596
class: stx_goodies_smallsense added: #documentation
stx_goodies_smallsense.st
--- a/stx_goodies_smallsense.st	Sat Jan 31 02:00:16 2015 +0100
+++ b/stx_goodies_smallsense.st	Tue Feb 03 23:23:33 2015 +0100
@@ -18,6 +18,8 @@
 "
 "{ Package: 'stx:goodies/smallsense' }"
 
+"{ NameSpace: Smalltalk }"
+
 LibraryDefinition subclass:#stx_goodies_smallsense
 	instanceVariableNames:''
 	classVariableNames:'Swizzled'
@@ -46,6 +48,15 @@
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 "
+!
+
+documentation
+"
+    Package documentation:
+
+    Jan Vrany's productivity tools for the Smalltalk code editor.
+    Includes different code completion engine, bracket insertion and other enhancements.
+"
 ! !
 
 !stx_goodies_smallsense class methodsFor:'accessing - tests'!
@@ -495,12 +506,20 @@
 
 !stx_goodies_smallsense class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/smallsense/stx_goodies_smallsense.st,v 1.2 2015-02-03 22:23:33 cg Exp $'
+!
+
+version_CVS
+    ^ '$Path: stx/goodies/smallsense/stx_goodies_smallsense.st, Version: 1.0, User: cg, Time: 2015-02-03T23:23:58.941+01$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'
 !
 
 version_SVN
-    ^ '$Id$'
+    ^ '$Id: stx_goodies_smallsense.st,v 1.2 2015-02-03 22:23:33 cg Exp $'
 ! !