ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Closes #125 - FindUsages does not show proper options dialog for other languages after installing XQuery Support plugin #125

Closed rzarajczyk closed 9 years ago

rzarajczyk commented 9 years ago

After installing XQuery Support plugin, the "Find Usages" in IntelliJ IDEA (14.1.3) stopped working correctly - I mean it still works, but doesn't ask a question "Do you want to find usages of the base method?" if I try to look for usages of the method which overrides some other method. 01-find-usages 02-no-usages-found-and-no-question-about-finding-method-from-super-class

In the screens above the question "Do you want to find usages of the base method?" should be asked - but it's not. After uninstalling this plugin, in such situations the question is asked.

ligasgr commented 9 years ago

Hi Rafal,

Thanks for raising the issue. The behaviour (even though no one has noticed it in the last 2 years) is as you described it. I verified it and it behaves exactly the same in IntelliJ versions 12, 13 and 14. I'll try to address it in the upcoming release.

Thanks, Grzegorz