-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 documentation for Keybinding, KeybindingContribution and KeybindingRegistry #8637
Conversation
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.
@JonasHelming I had a few comments, namely about the use of {@link}
and the naming.
I noticed we had multiple different types of representations of the word keybinding
that I thought we should align throughout the documentation:
keybinding
key binding
KeyBinding
The single keybinding
naming would be sufficient.
61b9740
to
d4c91bf
Compare
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.
@JonasHelming please squash the commits and ensure that there is a proper sign-off
(for the eclipse eca check) before we can proceed with an approval.
d4c91bf
to
728a8f5
Compare
fixes eclipse-theia#8636 Contributed on behalf of STMicroelectronics Signed-off-by: Jonas Helming <[email protected]>
728a8f5
to
1cda047
Compare
sure, done! |
fixes #8636
Contributed on behalf of STMicroelectronics
Signed-off-by: Jonas Helming [email protected]
What it does
Adds/refines documentation for Keybinding, KeybindingContribution, KeyBindingRegistry
How to test
Documentation only
Review checklist
Reminder for reviewers