<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 16, 2016 at 11:58 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><br>
&gt; On 16.03.2016, at 18:48, marcel.taeumel &lt;<a href="mailto:Marcel.Taeumel@hpi.de">Marcel.Taeumel@hpi.de</a>&gt; wrote:<br>
&gt;<br>
&gt; Mabye we need a simple way to link bindings across tools. Then, for example,<br>
&gt; we could simple connect a Workspace window to the text box in the Inspector<br>
&gt; (resp. Object Explorer) and all would share the same bindings. Then, you<br>
&gt; could simply select stuff in the Object Explorer, evaluate &quot;x := self&quot; and<br>
&gt; you would have access to x in that other Workspace (resp. Inspector&#39;s text<br>
&gt; box).<br>
<br>
</span>Not a bad idea … what could be a UI for connecting workspaces?<br></blockquote><div><br></div><div>How about a test for Environments?  Create a subclass of Environment with a singleton called, say, Grabbag.  Implement a doesNotUnderstand: method in Grabbag that turns one-argument keyword messages such as Grabbag theSelector: theValue into at: theSelector put: theValue and unary messages into at: so that Grabbag theSelector is equivalent to Grabbag at: theSelector.  Then include Grabbag in all workspaces.  From Smalltalk one can do Grabbag at: #mine put: greedySeagull or Grabbag mineMineMine: flockOfGreedySeagulls, but in Workspaces (with the default option of importing Grabbag on) one can simply say dorysLocation := #whatWasTheQuestionAgain</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><font color="#888888">- Bert -</font></span></blockquote><div> </div></div><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>