Bug #18791 2012-11-13 08:23

krlez

"Multiple matches" message when "find declaration" used

When "find declaration" is used more than 1 times, message window "Multiple matches" is displayed. Each next call of "find declaration" adds one line in selection list.

Example:

#define B 0

B; // -> use "find declaration of: B"

svn Build 8549, win7 x64

Category
Application::Editor
Group
Platform:All
Status
Closed
Close date
2012-11-23 08:50
Assigned to
mortenmacfly
mortenmacfly 2012-11-20 05:14

I cannot reproduce. Can you provide a sample project in the forums or exactly the steps to reproduce?

krlez 2012-11-20 09:18

In my case it is enough to create new empty project with 1 .c file and following code:

void main (void)

{

#define B 0

B; // -> use "find declaration of: B"

}

Save and reload project is required ("Not found" shown otherwise).

mortenmacfly 2012-11-23 08:50

This bug is now fixed in HEAD.

Thank you for reporting it.