Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:42:43 +0100
changeset 14037 c5f8ece132c1
parent 14036 ba97bd20b671
child 14038 068df12180ca
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools_ClassList.st
--- a/Tools_ClassList.st	Tue Feb 25 11:42:37 2014 +0100
+++ b/Tools_ClassList.st	Tue Feb 25 11:42:43 2014 +0100
@@ -172,6 +172,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #currentNamespace
         #(#doubleClickChannel #action )
         #forceGeneratorTrigger
@@ -197,7 +198,7 @@
       ).
 
     "Modified: / 04-07-2011 / 18:34:44 / cg"
-    "Modified: / 07-08-2011 / 19:02:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-02-2014 / 10:37:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ClassList methodsFor:'accessing'!
@@ -2086,10 +2087,10 @@
 !ClassList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.80 2014-02-22 12:42:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.81 2014-02-25 10:42:43 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.80 2014-02-22 12:42:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.81 2014-02-25 10:42:43 vrany Exp $'
 ! !