--- In [email protected], Andries Bos <[EMAIL PROTECTED]> wrote: > > Hello > > I thought that there was a shortcut to jump right tot the start of the implementation section of my code, but could not find it. > > As I do have a lot of declarations within my interface, my implementation starts at line 3900. > My aim is to jump right to the uses section within my implementation. Is there a short cut to do this? > > I'm using delphi 7. > > If there is, could anyone give me the answer?
I'm just wondering whether you're aware that you can already put placemarkers in Delphi code. eg. if you use Ctrl-Shift-0 at a certain line in the code you can jump back to that line by using Ctrl-0. You can use any digit 0-9 after Ctrl-Shift so you can mark up to 10 different places in the code. I use this all the time, and so have never found the need for any other shortcut mechanism. Ian.

