The case is that if you double click on an event in the object inspector, delphi will allways create de event in the end of the code instead of alphabetical order. My workaround is double click the event in the object inspectror, delete the code just created, and then use ctrl+shift+c when it creates in the alphabetical order again. Take care of rewrite inherited, because delphi dont insert it in the second time...
----- Original Message ----- From: "Stephen Posey" <[EMAIL PROTECTED]> To: "Borland's Delphi Discussion List" <[email protected]> Sent: Friday, September 30, 2005 12:13 PM Subject: Re: Lesser Known IDE Features You Find Useful > Steve Williams wrote: >> Stephen Posey wrote: >> >>> One of my personal favorites is the "Complete Class at Cursor" >>> (Ctrl+Shift+C) function. >> >> Great feature, but only if you have Professional or higher. At least, >> that was the case with Delphi 7. I haven't tried Delphi 2005 Personal. > > It disappoints me to hear that's the case. It seems like Borland > sometimes goes way out of their way to make the Personal versions > kind of brain dead. > > I understand their desire to make the higher level versions more > appealing, but I'm hard pressed to think IDE convenience features > like Class Completion ought to be distinguishing marks. > >>> If you don't it confuses the automatic code generation, and the IDE >>> will simply start appending automatically generated methods at the end >>> of the unit rather than contiguously with the class's other methods. >> >> After a few executions of class completion on the same class, the IDE >> confuses itself and starts adding new methods at the end instead of >> alphabetically. This is even if you have not manually added any methods. > > I don't recall ever running into that myself, whenever the sort > order has gotten broken I've always found it was something I did. > > Stephen Posey > [EMAIL PROTECTED] > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

