Hi Cyril,

Maybe it is sufficient for you to work with an inspector.

For example, define the method

gtInspectorExampleIn: composite
        <gtInspectorPresentationOrder: 30>
        ^ composite table
                title: 'Example';
                display: [ { #one -> 'hello' . #two -> 'world'} ];
                column: 'Key' evaluated: #key;
                column: 'Value' evaluated: [ :each | each value printString ];
                send: #value

in the class SmallInteger

and doit: 10 inspect

Cheers,
Alexandre

> On Apr 3, 2015, at 9:24 AM, Cyril Ferlicot <cyril.ferli...@gmail.com> wrote:
> 
> ​​Hi !
> Is it possible to have multiple tabs on the playground ? It seems so but i 
> don't find how to do it simply.
> 
> -- 
> Cheers
> Cyril Ferlicot

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to