> On 1 Nov 2016, at 21:21, Dimitris Chloupis <[email protected]> wrote:
> 
> I was trying just yesterday to do something super simple, change the contents 
> of Playground via code. I used the inspector to navigate , I ended up running 
> around and accomplish zero. 

Why not go the Spec way ?

window := TextModel new
                text: 'Smalltalk version.';
                title: 'My Workspace';
                openWithSpec.

window model text: 'Smalltalk garbageCollect.'

I do agree that it is not obvious in GT.

Sven

Reply via email to