[Lazarus] New feature: Find references of a used unit
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Sep 15 14:42:14 CEST 2013
On Tue, 10 Sep 2013 22:05:02 +0100
Martin <lazarus at mfriebe.de> wrote:
> On 10/09/2013 21:17, Mattias Gaertner wrote:
> > Hi all,
> >
> > When you now right click on unit in a uses section to get the popup
> > menu, click on "Find / Find references of used unit" to find all
> > references in the current unit to the used unit.
> >
>
> Ok, didnt find it right away, since you need the compiler error to
> trigger it.
Maybe you confuse two things here?
The Find / Find references does not need a compiler error. It just need
the source editor caret on an identifier.
The new feature for "circular unit reference" require a compiler error.
> Also first time I tried, I had the unit dependencies win open before,
> and it did not jump to the unit.
Fixed.
> Even closing the window and calling it
> again from the poup menu wouldn't fix that
That only hides and shows it.
> only after an IDE restart it worked
Mattias
More information about the Lazarus
mailing list