extensions.st
branchjv
changeset 3013 f25a0bdfb808
parent 3012 4f40b8304d54
child 3014 d9ad6aafc2ae
--- a/extensions.st	Mon Jan 30 17:19:14 2012 +0000
+++ b/extensions.st	Thu Feb 02 16:09:32 2012 +0000
@@ -1,6 +1,4 @@
-"{ Package: 'stx:libbasic3' }"
-
-!
+"{ Package: 'stx:libbasic3' }"!
 
 !UserPreferences methodsFor:'accessing-history manager'!
 
@@ -14,6 +12,7 @@
     "Modified (Format): / 30-06-2011 / 17:07:33 / cg"
     "Modified (Comment): / 30-06-2011 / 17:09:24 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerModificationLimit
@@ -26,6 +25,7 @@
     "Created: / 04-10-2008 / 11:55:56 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:09 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerModificationLimit: sec
@@ -38,6 +38,7 @@
     "Created: / 04-10-2008 / 11:56:23 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:13 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignature
@@ -51,6 +52,7 @@
     "Modified: / 08-07-2011 / 10:24:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 04-08-2011 / 17:24:21 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignature: aString
@@ -63,6 +65,7 @@
     "Created: / 04-10-2008 / 11:54:53 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:25:31 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignatures
@@ -80,6 +83,7 @@
     "Modified: / 22-08-2009 / 11:00:12 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:27:14 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-history manager'!
 
 historyManagerSignatures: aDictionary
@@ -92,6 +96,7 @@
     "Created: / 04-10-2008 / 11:52:58 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified (Comment): / 30-06-2011 / 17:26:48 / cg"
 ! !
+
 !UserPreferences methodsFor:'accessing-scm'!
 
 managerPerMatchingModuleDefinitions
@@ -108,6 +113,7 @@
 
     "Created: / 09-07-2011 / 13:33:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
+
 !UserPreferences methodsFor:'accessing-scm'!
 
 managerPerMatchingModuleDefinitions: defs
@@ -120,3 +126,9 @@
 
     "Created: / 09-07-2011 / 13:35:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
+
+!stx_libbasic3 class methodsFor:'documentation'!
+
+extensionsVersion_SVN
+    ^ '$Id: extensions.st 1874 2012-02-02 16:09:32Z vranyj1 $'
+! !
\ No newline at end of file