Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:42:49 +0100
changeset 14038 068df12180ca
parent 14037 c5f8ece132c1
child 14039 82567b14e97b
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools_NamespaceList.st
--- a/Tools_NamespaceList.st	Tue Feb 25 11:42:43 2014 +0100
+++ b/Tools_NamespaceList.st	Tue Feb 25 11:42:49 2014 +0100
@@ -149,6 +149,7 @@
 
 aspectSelectors
     ^ #( 
+        environmentHolder
         #(#doubleClickChannel #action )
         immediateUpdate 
         selectedNamespaces 
@@ -166,6 +167,7 @@
 
     "Created: / 18-02-2000 / 01:06:27 / cg"
     "Modified: / 05-03-2007 / 16:47:45 / cg"
+    "Modified: / 24-02-2014 / 10:37:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !NamespaceList methodsFor:'aspects'!
@@ -561,5 +563,6 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.21 2013-09-05 10:46:11 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.22 2014-02-25 10:42:49 vrany Exp $'
 ! !
+