Tools__VariableList.st
branchjv
changeset 12401 4714b9640528
parent 12314 0cbf76168690
parent 11878 8ed6599e1202
child 12431 9f0c59c742d5
--- a/Tools__VariableList.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/Tools__VariableList.st	Wed Jan 30 11:15:09 2013 +0000
@@ -13,7 +13,7 @@
 
 "{ NameSpace: Tools }"
 
-BrowserList subclass:#VariableList
+Tools::BrowserList subclass:#VariableList
 	instanceVariableNames:'variableList classHolder showClassVars sortVariablesByName
 		selectedVariableEntries showWarningAboutMissingEntryInXmlSpec'
 	classVariableNames:''
@@ -50,6 +50,7 @@
 "
 ! !
 
+
 !VariableList class methodsFor:'interface specs'!
 
 windowSpec
@@ -101,6 +102,7 @@
       )
 ! !
 
+
 !VariableList class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -132,6 +134,7 @@
       ).
 ! !
 
+
 !VariableList methodsFor:'aspects'!
 
 classHolder
@@ -242,6 +245,7 @@
 
 ! !
 
+
 !VariableList methodsFor:'change & update'!
 
 delayedUpdate:something with:aParameter from:changedObject
@@ -416,6 +420,7 @@
     "Modified: / 20-07-2011 / 18:52:44 / cg"
 ! !
 
+
 !VariableList methodsFor:'generators'!
 
 makeGenerator
@@ -424,6 +429,7 @@
 
 ! !
 
+
 !VariableList methodsFor:'private'!
 
 commonPostBuild
@@ -703,6 +709,7 @@
     "Modified: / 23-03-2012 / 15:55:47 / cg"
 ! !
 
+
 !VariableList::VariableEntry class methodsFor:'instance creation'!
 
 application: app class: aClass name: aString
@@ -719,6 +726,7 @@
     "Created: / 12-04-2011 / 15:39:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !VariableList::VariableEntry methodsFor:'accessing'!
 
 application: anObject
@@ -801,6 +809,7 @@
     "Modified (format): / 16-12-2011 / 00:41:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !VariableList::VariableEntry methodsFor:'displaying'!
 
 displayOn:aGC x:x y:y opaque: opaque
@@ -815,6 +824,7 @@
     "Created: / 12-04-2011 / 15:47:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !VariableList::VariableEntry methodsFor:'queries'!
 
 widthOn:aGC
@@ -825,12 +835,14 @@
     "Created: / 16-12-2011 / 01:04:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.19 2012/10/20 19:41:20 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.19 2012-10-20 19:41:20 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: Tools__VariableList.st 8083 2013-01-14 11:48:37Z vranyj1 $'
 ! !
+