Daniel Klein wrote:
> When I open an inspector on an object I get nothing showing up in the
> Evaluation pane.
>
> For example, if I do something as simple as:
>
> s := 'stuff' inspect
>
> I get 'stuff' in the 'Text' pane but nothing in the Evaluation pane at
> the bottom.
>
> What am I missing?
Inspiration ;-)
The evaluation pane is meant to put in snippets of code to evaluate,
just like a workspace.
The big difference with a workspace is that 'self' refers to the object
being inspected...
R
-