Nov. 1, 2016
10:49 p.m.
On 1 Nov 2016, at 21:21, Dimitris Chloupis <kilon.alios@gmail.com> 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