BUG: Evaluate in a method with changes does not warn to save changes on selection change...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

BUG: Evaluate in a method with changes does not warn to save changes on selection change...

Christopher J. Demers
If you do an evaluate (CTRL-E) in a method that also has previous source
changes it does not warn to save changes on selection change.

Steps to reproduce:

1. Make changes in a method, unrelated to the evaluate.
2. Evaluate something in the method.
3. Select a different method.

The changes will be lost without warning.  This happens on Windows 2000 and
Windows ME.

I like the fact that an evaluation by itself will not remind about changes,
however it should remember if there were changes before the evaluation.
Someone recently posted code to improve the unsaved change warning on the
class comment evaluation, it actually looks like it might fix this problem
as well.  See the message "Unwanted query to save changes" by Alain Fischer
posted on Thursday, May 09, 2002 6:24 AM.

Chris