On Tue, Mar 28, 2017 at 2:44 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
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-could-refresh-the-highlight-of-the-code-editor

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.

There is also the change code in debugger, have it compiled but the method is still the same on the next run.

Phil
��


Thierry