Donovat wrote:

> Does anyone know of an IDE shortcut that would take you to:
>
> - Implementation
> - Interface
>
> I cannot seem to find one and Gexperts does not seem to have
> one either.....

To get between implementation and declaration of a method - Shift+Ctrl+
Up/Down arrow from withing a method or its declaration.
Ctrl+mouse click does the same.

Another good but unrelated one is Shift+Alt+ Up/Down arrow - allows to
highlight and cut/copy
a block of text (not the whole lines). Be careful on paste though since it
goes in override down from cursor mode, so allow for extra space. To get out
of that mode again just select anything with the mouse. Some times I find it
very useful.

Best regards,
Sergei

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to