It would be great to have a default view. If I open a playground, and type:
| v s | v := RTView new. s := String newFrom: ($A to: $Z), ($a to: $z), ($0 to: $9). v add: (RTLabel elementOn: s). v
Cmd-o, then I have the tab ‘State’ selected. Obviously, I want to have ‘View’
How can tab be added? I would like to have an ‘Example’ tab
Cheers, Alexandre