I do not know how to refactor my app in AI:
I'd like to find all occurrences of particular block in case I need to:
a) replace one function by another (e.g. I want to replace procedure designed from 100 standard blocks by single call to newly built extension)
b) replace one extension or procedure with another one.
I do not know how to make search working inside (collapsed) procedures.
Any suggestions?