On Apr 6, 2007, at 5:25 PM, Jason Essington wrote: > Try this: > > 1) open a new project. > 2) create a new class. > 3) add a new method (call it test) > 4) add another new method (call it test but add a parameter s as > string for instance) > 5)select the first method, and delete it > > RB just deleted the wrong method!
I think you'll find that this isn't a bug. The IDE only shows parameters in the browser pane for overloaded methods. When you delete the first method, the second is no longer overloaded and doesn't show the parameter in the browser pane but the second method is still there. > > There also seems to be a problem where a similar thing can in the > project pane where whole classes can be inadvertently deleted (though > I've not reduced that one yet). If you can reproduce that it sounds serious so please let us know how. best regards, David _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
