Andrei said
>>>
Are you in Pharo 6.1? There is a setting to enable automatic refresh in the
inspector. I think it's called Step Refresh in the settings browser.Should be
enabled by default in Pharo 7.
Just now all presentations from the inspector have the automatic refresh
implemented.
Th
Hi,
Are you in Pharo 6.1? There is a setting to enable automatic refresh in the
inspector. I think it's called Step Refresh in the settings browser.
Should be enabled by default in Pharo 7.
Just now all presentations from the inspector have the automatic refresh
implemented.
Cheers,
Andrei
On Th
Is there a way to make the inspector automatically update itself, when the
value it is inspecting changes? For example, if I were inspecting an
array, and at:1 put: 'blah' I would like the inspector to reflect that
change.
I know I can get the window to update by clicking the refresh icon, I just