Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:40:58 +0100
changeset 14020 6d318d3f52fd
parent 14019 bf03aea592f9
child 14021 ff0b42e2c251
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools_HierarchicalProjectList.st
--- a/Tools_HierarchicalProjectList.st	Tue Feb 25 11:40:52 2014 +0100
+++ b/Tools_HierarchicalProjectList.st	Tue Feb 25 11:40:58 2014 +0100
@@ -202,6 +202,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #(#doubleClickChannel #action )
         #forceGeneratorTrigger
         #hideUnloadedClasses
@@ -218,6 +219,7 @@
       ).
 
     "Modified: / 20-07-2011 / 14:29:26 / cg"
+    "Modified: / 24-02-2014 / 10:37:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !HierarchicalProjectList methodsFor:'aspects'!
@@ -518,10 +520,10 @@
 !HierarchicalProjectList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.13 2013-09-05 10:46:11 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.14 2014-02-25 10:40:58 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.13 2013-09-05 10:46:11 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_HierarchicalProjectList.st,v 1.14 2014-02-25 10:40:58 vrany Exp $'
 ! !