Skip to content
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

Mw accessible overlay #6

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Mw accessible overlay #6

wants to merge 10 commits into from

Conversation

Wittmaxi
Copy link
Owner

No description provided.

@Wittmaxi Wittmaxi force-pushed the MW_accessible_overlay branch 2 times, most recently from bd680bc to 60c411e Compare May 31, 2024 16:59
@Wittmaxi Wittmaxi force-pushed the MW_accessible_overlay branch 2 times, most recently from d06e356 to 292d692 Compare June 14, 2024 14:11
@Wittmaxi Wittmaxi force-pushed the MW_accessible_overlay branch 3 times, most recently from 8020ff1 to 69f2c8e Compare June 17, 2024 11:28
Wittmaxi and others added 6 commits June 17, 2024 15:59
Reintroduces Icons for opening/closing the replace area of the overlay.

fixes eclipse-platform#1960
- The icons are part of a local toolbar. Therefore move them from the
  "obj" folder to the "lcl16" folder.
- Fix file name for high resolution icons for select_prev and
  select_prev icons
- Make more clear what's the file name of and icon and what's it's key

Fixes: eclipse-platform#1977
If command is null a NPE occurs even though from the code it seems this
should be handled by a fallback.

This replaces Optional.of with Optional.ofNullable to account for that
case.
DaveCarpeneto and others added 2 commits June 26, 2024 16:34
Returns functionality whereby open projects _and_ non-project resources get the 'refresh' contextual menu (option was removed for non-project resources via the fix @ eclipse-platform/eclipse.platform#876 ).
TriggeredOperations.getTriggeringOperation() can return null after
TriggeredOperations.remove()

eclipse-platform#2004
@Wittmaxi Wittmaxi force-pushed the MW_accessible_overlay branch 2 times, most recently from 0676bfe to 9f4a2cd Compare June 27, 2024 13:06
…e-platform#1919

Replace the FocusListener with a ShellAdapter which will remove the
search scope as soon as the overlay is left.
The FocusListener didn't listen to the case where the focus is in the
search bar and the search bar is left (and the overlay is left
implicitly)

fixes eclipse-platform#1919
…orm#1910

Makes the Find/Replace Overlay options accessible by tabbing through the different option buttons.
Implements a new "AccessibleToolBar" class which wraps the ToolBar and
allows for being natively accessible by using the normal traversal mechanism provided by SWT.

fixes eclipse-platform#1910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants