Le 28/03/2017 à 14:31, Cyril Ferlicot D. a écrit :
On 28/03/2017 12:39, Stephane Ducasse wrote:
Hi
I often defined method and let the system guess and propose the addition to new instance variables and (they are red) but once I created the instance variables they should not be red anymore. Now nautilus does not refresh the pane and I end up having a warning about a non defined instance which is not one. Did you see this glitch?
Stef
I opened an issue last year: https://pharo.fogbugz.com/f/cases/19150/Generating-new-instance-variable-cou...
Good point. Need to refresh code view on a class method (and subclass methods) when class reorganized event is sent... take care of not removing unsaved changes then. Maybe toggling off and on syntax highlighting may be enough. Thierry