Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Accessibility"

(New page: = Accessible Eclipse Plug-ins = Note: all the materials provided are useful, but note that some may predate the general Eclipse accessibility API upgrade which occurred in ____. == Int...)
 
Line 17: Line 17:
 
*[http://www.eclipse.org/swt/snippets/#accessibility Examples of Accessibility API Usage]
 
*[http://www.eclipse.org/swt/snippets/#accessibility Examples of Accessibility API Usage]
  
== Bugs ==
+
== Bugs ==
  
 
Eclipse is an open source project. Testing, bug filing/triage, documentation and code contributions to the accessibility support are greatly appreciated.  
 
Eclipse is an open source project. Testing, bug filing/triage, documentation and code contributions to the accessibility support are greatly appreciated.  
Line 23: Line 23:
 
When you run into an issue, check the [https://bugs.eclipse.org/bugs/buglist.cgi?keywords=accessibility;keywords_type=allwords;resolution=---;query_format=advanced Eclipse accessibility bug list].  
 
When you run into an issue, check the [https://bugs.eclipse.org/bugs/buglist.cgi?keywords=accessibility;keywords_type=allwords;resolution=---;query_format=advanced Eclipse accessibility bug list].  
  
If your issue isn't in the list, [https://bugs.eclipse.org/bugs/enter_bug.cgi file an Eclipse accessibility bug]  
+
If your issue isn't in the list, [https://bugs.eclipse.org/bugs/enter_bug.cgi file an Eclipse accessibility bug] (use the keyword "Accessibility").
  
 
For questions or more information, please contact (want to put names or a mailing list here?)
 
For questions or more information, please contact (want to put names or a mailing list here?)

Revision as of 15:21, 16 November 2011

Accessible Eclipse Plug-ins

Note: all the materials provided are useful, but note that some may predate the general Eclipse accessibility API upgrade which occurred in ____.

Introduction

Checklist

API

Bugs

Eclipse is an open source project. Testing, bug filing/triage, documentation and code contributions to the accessibility support are greatly appreciated.

When you run into an issue, check the Eclipse accessibility bug list.

If your issue isn't in the list, file an Eclipse accessibility bug (use the keyword "Accessibility").

For questions or more information, please contact (want to put names or a mailing list here?)

Back to the top