-
-
Notifications
You must be signed in to change notification settings - Fork 8
added feature to enable and disable all warings with a keybind #77
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
Conversation
src/main/java/org/overengineer/inlineproblems/actions/EnableInlineProblemsAction.java
Outdated
Show resolved
Hide resolved
|
|
||
| <actions> | ||
| <action class="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction" | ||
| id="org.overengineer.inlineproblems.actions.EnableInlineProblemsAction" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should i add a default key bind to this action?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be cool, but we have to make sure it works on all platforms (or different binds for the platforms)
(Linux with KDE, Linux with Gnome, Windows and MacOS)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@khopland Do you have a specific key binding in mind - or do you know which one does the VSCode equivalent use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like vs-code recomends ctrl + u
https://github.com/usernamehw/vscode-error-lens/blob/master/docs/docs.md
but i think its used already
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so i think we should have somthing like shift + ctrl + alt + u to make it not collide with another keybinding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll compare KDE, Gnome, Windows and MacOS keymaps later and check it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that alt+u is free in the default keymaps if i am not missing something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, can change to that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And should we explain this somewhere in the description or the settings page? I think somewhere in the description would be nice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
|
BTW: I would also appreciate your input on this feature if you have any points or ideas to add: #78 |
|
Code looks good, thanks a lot for your contribution. I'll test it tomorrow so we can merge and release it :) |
src/main/java/org/overengineer/inlineproblems/actions/EnableInlineProblemsAction.java
Outdated
Show resolved
Hide resolved
f58228f to
f2b6036
Compare
f2b6036 to
a97ea83
Compare
resolves #68