Bugs item #3468849, was opened at 2012-01-02 23:03
Message generated for change (Comment added) made by ajlittoz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3468849&group_id=27350
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Browsing
Group: current cvs
>Status: Closed
>Resolution: Fixed
Priority: 4
Private: No
Submitted By: Andre-Littoz (ajlittoz)
Assigned to: Andre-Littoz (ajlittoz)
Summary: Limiting identifier search to definitions only ineffective
Initial Comment:
Whether you check "definitions only" or not in the identifier search form, you get all references to this identifier: definitions and uses.
Cause: variable $defonly is not used to filter the results (or preventing the search for uses).
----------------------------------------------------------------------
>Comment By: Andre-Littoz (ajlittoz)
Date: 2012-01-02 23:11
Message:
Added:
return '' if $defonly;
at the beginning of sub uses expand for a quick return without processing
uses.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3468849&group_id=27350
|