Recent

Author Topic: Find identifer reference - desinger.pp  (Read 1799 times)

J-23

  • Full Member
  • ***
  • Posts: 108
Find identifer reference - desinger.pp
« on: December 16, 2019, 10:08:36 pm »
Hi
I am analyzing the Lazarus designer code. How to check in which modules and classes desinger.pp is used.

Because the "Find identifer reference" function is not available

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9792
  • Debugger - SynEdit - and more
    • wiki
Re: Find identifer reference - desinger.pp
« Reply #1 on: December 16, 2019, 10:25:01 pm »
Not sure about search stuff..

But View > Unit dependencies
has a nice graph of units.
You may want to click the "all package unit" checkbox, before going to the graph tab.

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: Find identifer reference - desinger.pp
« Reply #2 on: December 16, 2019, 11:58:48 pm »
Hi!

Code: Bash  [Select][+][-]
  1. cd /my/path/to/lazarus
  2. grep -irw TDesigner *

Winni

 

TinyPortal © 2005-2018