Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran-dev] Definition#findAllReferences

Stas et al.,

Definition#findAllReferences now takes a Boolean parameter.

Definition#findAllReferences(false) gives the same behavior as before. Definition#findAllReferences(true) aggressively tries to match external subprograms with INTERFACE blocks and EXTERNAL statements, and is intended to make sure that all "similar" external subprograms and corresponding declarations are found and renamed together.

In the UI, Search > References now invokes Definition#findAllReferences(true), if you want to experiment with it.

Jeff


Back to the top