On Wed, 20 Apr 2016, Graeme Geldenhuys wrote:

On 2016-04-20 08:32, Dennis wrote:
Is there any tool to find out ?

Multiple options:

* Do a "Find in Files" search.

* In Lazarus, place the edit cursor inside the identifier. Right Click
 and select "Find declaration of <xyz>". Do that in a few units where
 the identifier is used, and see if the same declaration is shown.

IMHO you can better use the code browser for this.

Set scope to Project,  'with required packages' scans recursively.

after Show Identifiers type the identifier.

It just misses 'whole words only'...

I find it easier than the find in files:
Till project groups finally work and find in files is extended to use
'project group' scope, the code browser seems the best tool.

Michael.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to