Refactoring of NavigatorModel's environment.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Feb 2014 11:41:04 +0100
changeset 14021 ff0b42e2c251
parent 14020 6d318d3f52fd
child 14022 c494bb9d1516
Refactoring of NavigatorModel's environment. The environment is taken from an environmentHolder (if provided) or defaults to Smalltalk (if holder is not provided)
Tools__VariableList.st
--- a/Tools__VariableList.st	Tue Feb 25 11:40:58 2014 +0100
+++ b/Tools__VariableList.st	Tue Feb 25 11:41:04 2014 +0100
@@ -115,6 +115,7 @@
      (if this app is embedded in a subCanvas)."
 
     ^ #(
+        environmentHolder
         #(#doubleClickChannel #action )
         #classHolder
         #forceGeneratorTrigger
@@ -130,6 +131,8 @@
         #slaveMode
         #sortVariablesByName
       ).
+
+    "Modified: / 24-02-2014 / 10:37:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VariableList methodsFor:'aspects'!
@@ -878,6 +881,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.26 2014-02-05 18:57:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.27 2014-02-25 10:41:04 vrany Exp $'
 ! !