Zitat von Alexander Klenin <kle...@gmail.com>:

> On Fri, Apr 3, 2009 at 00:13, Graeme Geldenhuys <graemeg.li...@gmail.com>
> wrote:
> > On Thu, Apr 2, 2009 at 12:28 PM, Mattias Gaertner
> > <nc-gaert...@netcologne.de> wrote:
> >>
> >> Code explorer can follow the cursor.
> >
> > Can you explain how? I tried all the settings in Code Explorer and
> > nothing allows the following the cursor behaviour.
>
> Perhaps Mattias wanted to say that Code Explorer _could_ be made to
> follow cursor?

Yes.
The problem is speed. When you are typing you change the source and the unit has
to to be parsed all over. So this should only happen when the IDE is really
idle.
We need a timer that starts on idle and is stopped on any user input. Maybe
TIdleTimer can be extended.


> FWIW, I have many ideas for Code Explorer, and perhaps will even
> implement some of them --
> but for now, my hands are full. Highlighting current cursor position
> is one of those.


Mattias

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to