Mattias Gaertner wrote:
> 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?

The OI component tree does it the same way.

> I guess, many other people would prefer a jump only on Return key and
> double click.

Ok, so maybe make it an option?

> > 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?

Selecting a component inside the Code Explorer would sync with the OI 
component tree.

Thanks!

--
Al

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

Reply via email to