-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse wheel click to close tabs registered as "Go to declaration or usages" #59
Comments
OK, this doesn't happen in Rider under Linux, but Aleksey from Jetbrains was so kind to reproduce it. Unfortunately, there is nothing much I can do about it. When you close a tab as you did, IntelliJ fires a So as of right now, you have to live with this because when IntelliJ tells the Key Promoter that it invoked a "Goto Declaration", and you did it with the mouse, then there is not much I can do except displaying the notification for you :) |
All right, it's all good. It's no big deal since I already silenced that
reminder anyway. Thanks!
…On Wed, Jun 17, 2020 at 12:15 PM Patrick Scheibe ***@***.***> wrote:
OK, this doesn't happen in Rider under Linux, but Aleksey from Jetbrains
was so kind to reproduce it. Unfortunately, there is nothing much I can do
about it. When you close a tab as you did, IntelliJ fires a
GotoDeclaration under Windows 10. It doesn't make sense to me, but I'll
have to look into this myself and file a bugreport.
So as of right now, you have to live with this because when IntelliJ tells
the Key Promoter that it invoked a "Goto Declaration", and you did it with
the mouse, then there is not much I can do except displaying the
notification for you :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYGMENEKIRMGA4HG4RD25LRXDTYLANCNFSM4N6NVVXA>
.
--
Jean-François Deschênes
|
It seems we were right that this is a bug in Rider: |
Everyone who is annoyed by this issue, please head over to YouTrack and give this bug report an upvote :) |
Describe the bug
Everytime I close a tab using the mouse wheel click, I get a notification that says I could have used F12 to Go to declaration or usages. I believe this happens because you can also use the wheel mouse click to go to declarations too.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The mouse wheel click on tabs should not be recognized as a "Go to declartion or usages".
Screenshots
Please also provide:
The text was updated successfully, but these errors were encountered: