In the 10 or 10.1 - go to MainMenu\Refactor\Find Unit...

In the 10 or 10.1 - go to MainMenu\Refactor\Find Unit... 
Or just type "Ctrl+Shift+A" 
It is cool (for me especially).

But how to set this tool to search something custom?
Is there such option? 
Search in these folders or something like that?

Comments

  1. example 1 - type in the Search field "showm"
    example 2 - type ShowMessage, click over the word and type "Ctrl+Shift+A"

    I know that this is maybe something "old" but it is cool. I want to set my IDE to find custom units/classes and so on.

    ReplyDelete
  2. Not sure if I actually get it, but what about "Ctrl-Shift-F"?

    ReplyDelete
  3. Yep - you're right.
    But if we have an option to set a folder or group of folders(constantly) in this part (Ctrl+Shift+A) it will be good improvement. One or two steps less.
    Maybe as a feature request?

    ReplyDelete
  4. In theory it should work for every identifier in every unit in your search path. Unfortunately often it doesn't.
    There is also a third party IDE plugin that claims to do the same. I haven't tried it though. Unfortunately I forgot what it was called, but the developer blogged about it and his blog is on beginend.

    ReplyDelete
  5. Thomas Mueller  maybe this one https://github.com/rfrezino/RFindUnit

    I'm using it. It does the work, but it needs a little polishing

    ReplyDelete
  6. I use Shift + Alt + U for use clause manager of GExpert

    ReplyDelete

Post a Comment