> On 8 Dec 2018, at 17:55, Sven Van Caekenberghe <s...@stfx.eu> wrote:
> 
> Maybe an additional menu item somewhere ?

Or a little bit more API.

Right now with the standard GT infrastructure in Pharo 7 (and Pharo 6.1 also I 
guess), you can do

  GTPlayground openOn: (GTPlayPage loadFromPublishUrl: 
'http://ws.stfx.eu/1WS4U').

We could add one of the following

  GTPlayground loadFromPublishUrl: 'http://ws.stfx.eu/1WS4U'. "keeps the same 
selector"
  GTPlayground openPublishUrl: 'http://ws.stfx.eu/1WS4U'. "shorter, more in 
line with the opening action"
  GTPlayground openUrl: 'http://ws.stfx.eu/1WS4U'. "the original on 
ZnWorkspace, shortest"

If we agree, I can change the default instructions on the web page as seen in a 
browser.

There is little point in wanting to keep the ZnWorkspace code, as it is no 
longer needed.

Reply via email to