Oooh thanks. That's up there with some of the other obscure goodies like CTRL+/ (comment/uncomment a line)
CTRL+ALT+UpArrow or CTRL+ALT+DownArrow (up and down a function/procedure) Anyone who hasn't seen http://www.stevetrefethen.com/files/codecompletion.html a very short video with lots of tips like this In there he refers to amongst others: Registry Key: My Computer\HKEY_CURRENT_USER\Software\Borland\BDS\4.0\Code Insight Right Click in space, new Regstry key Sync Edit Params (string) and set it to 1 Code completion: for or case loop press tab eg case borderstyle in [TAB] brings list of relevant values John -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy North Sent: Thursday, 19 July 2007 12:15 p.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] D2007 help incomplete or install issue Ctrl+Shift+A will help you find the unit a type is declared in. Works _most_ of the time. It is also accessible from the Refactor menu as Find Unit... > I know, but you cant do it where the unit is not in the uses clause > (or where there are other code errors). _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe __________ NOD32 2245 (20070506) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
