Robert Meek wrote: > 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.
Oh, yes, that is one of my favorite features of Castalia, and one thing missing from the Delphi IDE that VB has had from the start. The drop-down list of methods also updates itself to reflect which method the cursor is currently in; which is useful when quickly scanning through a unit or using the search method and you can't see the method header without scrolling. Stephen Posey [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

