Re: [Pharo-users] Dynamically updating the inspector window

2018-03-01 Thread Andy Burnett
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

Re: [Pharo-users] Dynamically updating the inspector window

2018-02-28 Thread Andrei Chis
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

[Pharo-users] Dynamically updating the inspector window

2018-02-28 Thread Andy Burnett
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