-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding accessibility help for verbose hover (#212783)
* adding code in order to provide accessibility help for the hover * adding the description of the possible commands that can be used * reusing the method * joining the content and changing the text in the help view * polishing the code * removing the question mark * changing the import * removing the setting ID from imports * adding code in order to update when the hover updates * adding methods to service * adding code in order to dispose the accessible hover view * fixing bug * polishing the code * checking that action not supported for the early return * using disposable store instead * using the appropriate string * polishing the code * using instead the type help and the resolved keybindings * hiding also on the `onDidBlurEditorWidget` firing * Revert "using instead the type help and the resolved keybindings" This reverts commit 1f450dd. * use hover accessible view, provide custom help * Revert "Revert "using instead the type help and the resolved keybindings"" This reverts commit 12f0cf6. * add HoverAccessibilityHelp, BaseHoverAccessibleViewProvider * polishing the code * polishing the code * provide content at a specific index from the hover accessibility help provider * introducing method _initializeOptions * using readonly where possible * using public everywhere * using a getter for the actions --------- Co-authored-by: meganrogge <megan.rogge@microsoft.com>
- Loading branch information
1 parent
49eedd7
commit 7f55a08
Showing
22 changed files
with
394 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.