-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add access to display info irrespective of right-click position #2144
Conversation
Looks like this is really a 10 line change, but since it updates the formatting of the whole file, it's harder to read. |
Yes, Cmd + Option + L in IntelliJ can be deceptive... |
Well, yes, I would appreciate that. |
@kasemir, updated as requested. |
Thanks! When I look at the "Files Changed" section on github, the formatting is still all changed, which doesn't line up with the "Reverting formatting" commit. I'm assuming that's a github rendering issue, so go ahead. |
"Go ahead" as in....? |
.. merge? |
Asking for the record. |
Well, looks like it didn't revert the formatting in the end. You win. |
Accessing display info from context menu item can be tricky if the OPI is very busy or if it uses a symbol widget as a background.
This PR adds a menu item for the display info regardless of where user clicks, see screen shot. In case user actually clicks in a position where no other widget is in the foreground, the additional context menu item is not added.