feenkcom / gt4gemstone-old

The Glamorous Toolkit for remote work with Gemstone/S
MIT License
13 stars 5 forks source link

Add a playground to each inspector pane #17

Closed girba closed 8 years ago

girba commented 8 years ago

Right now, we only serialize basic presentations. For the playground in each inspector pane, we can either rely on this and add a separate tab, or make it like in the Pharo inspector. In the latter case, we need to serialize a Tabulator.

chisandrei commented 8 years ago

Each object has now an Evaluator presentation. Code can be executed either remote or in the local image. Next step is to embed the Raw and the Evaluator presentations into a tabulator

girba commented 8 years ago

I would consider this done for now.