Re: D5 - Navigation shortcuts
- From: "Tom de Neef" <tdeneef@xxxxxxxx>
- Date: Sat, 13 Oct 2007 23:45:47 +0200
"Don @earthlink.net>" <don81846<NODAMSPAM> schreef in bericht
news:nab2h31bgnut3pdodm94pporkbcfbmic9v@xxxxxxxxxx
VB Example (Sort of)
Button1_Click
Call MyProc
End
Procedure MyProc()
Do something cool
End
In VB you can select the "Call MyProc" line, Press F2 and jump to the
MyProc Procedure. You can then press Shift-F2 to return to the "Call
MyProc" line. Are there navigation shortcuts like this in D5?
In D6 you'd press Ctrl and then click on MyProc. It will jump to the
declaration. Alt + Left Arrow will jump back like in a browser. Don't know
if this is the same in D5. The Help has a section called "About keyboard
shortcuts" which you might want to explore.
Another useful one is Ctrl+Shift+C when in a method you've just created. It
will add the declaration in the private section of the class. And
Ctrl+Shift+Up arrow, which will bring you to the declaration line of a
method and Ctrl+Shift+Down arrow which will step from that declaration line
to the body of the declarion.
Tom
.
- Follow-Ups:
- Re: D5 - Navigation shortcuts
- From: Don
- Re: D5 - Navigation shortcuts
- References:
- D5 - Navigation shortcuts
- From: Don
- D5 - Navigation shortcuts
- Prev by Date: D5 - Class\Collection example??
- Next by Date: Re: D5 - Class\Collection example??
- Previous by thread: D5 - Navigation shortcuts
- Next by thread: Re: D5 - Navigation shortcuts
- Index(es):