What's really bad is that in D2005 it inserts the new procedure not at the end of the current list within the interface section, but at the beginning, while at the same time the procedure template is added to the bottom of the implementation section! Why this changed I don't know but at first I tried getting around it as well by cutting and pasting either or both to keep everything in the order I like, but after awhile I simply got tired of having to do this and so now I just let it go where ever Delphi puts it and use the navigation bar provided by "Castilia" to move about! For those that do not know, this Nave bar sits within the toolbar section of the Delphi IDE and provides a dropdown list of all procs and funcs within the currently open unit. They are always shown in alphabetical order in this combo box so all one has to do is find the one wanted and then click on it. The cursor is then automatically placed at the beginning of whatever one is selected. It works exactly as the one that used to be provided by Coderush.
from: Robert Meek at: [EMAIL PROTECTED] dba "Tangentals Design" home of "PoBoy" freeware Windows apps and utilities located at: www.TangentalsDesign.com Proud to be a moderotor for the "Delphi Programming Lists" at: elists.org -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moacir Flávio Gonçalves Sent: Saturday, October 01, 2005 2:00 PM To: Borland's Delphi Discussion List Subject: Re: Lesser Known IDE Features You Find Useful 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 _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

