On Tue, Mar 28, 2017 at 3:31 PM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
Le 28/03/2017 �� 14:59, phil@highoctane.be a ��crit :

On Tue, Mar 28, 2017 at 2:44 PM, Thierry Goubier
<thierry.goubier@gmail.com <mailto: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
�� �� �� �� <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.

Are you sure? Each time I modify and save in the debugger, the system browser view of the method is updated as well.

Definitely happens when I go back in the stack, restart, change the code, and do that a few times. Looks like it is related to code in a block or something I've been told. I do not remember which but I remember that I am doing fileouts of some code to be sure I am not going to lose my changes. When that happens, I end up shouting loudly. Happens a few times a week.

Phil��

Thierry


Phil




�� �� Thierry