On Fri, 12 May 2006 15:18:05 +0300
Al Boldi <[EMAIL PROTECTED]> wrote:

> 
> The Object Inspector currently syncs with the form editor as one traverses
> 
> the tree, but the Code Explorer needs some help with this one liner:
> 
> procedure TCodeExplorerView.CodeTreeviewSelectionChanged(Sender: TObject);
> begin
>   JumpToSelection;
> end;

Do you want the source editor to jump for every click and keyboard event in
the code explorer?
I guess, many other people would prefer a jump only on Return key and double
click.

 
> This makes it sync with the source editor,  but what command is needed to 
> make it sync with the object inspector?

Can you give an example?

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to