<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 17, 2016 at 10: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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On 17.03.2016, at 01:43, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt; wrote:</div><br><div><br><br style="font-family:FiraSans-Regular;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div class="gmail_quote" style="font-family:FiraSans-Regular;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">On Wed, Mar 16, 2016 at 11:58 AM, Bert Freudenberg<span> </span><span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span><span> </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><br>&gt; On 16.03.2016, at 18:48, marcel.taeumel &lt;<a href="mailto:Marcel.Taeumel@hpi.de" target="_blank">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></div></blockquote><br></div></span><div>That’s for when we wanted to always share bindings by default, sure. Not much UI needed for that.</div><div><br></div><div>But I think I’d like workspaces to be isolated by default. And in that case we’d need some discoverable UI for making them shared.</div><div><br></div><div>Another idea would be to only share selected bindings. We could always show a workspace’s bindings in a side panel (which may be useful in its own right) and then dragging a binding to another workspace would make it shared, so changes to it on one would be reflected in the other.</div></div></blockquote><div><br></div><div>+1</div><div><br></div><div>Best,</div><div>Karl </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class="HOEnZb"><font color="#888888"><br><div>
- Bert -<br>

</div>
<br></font></span></div><br><br>
<br></blockquote></div><br></div></div>