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"

(The link was invalid, so I removed it.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Accessibility Features in Eclipse  =
 
= Accessibility Features in Eclipse  =
  
*[http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Faccessmain.htm Accessibility Features in Eclipse]
+
*[http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Faccessmain.htm Accessibility Features in Eclipse]
*[http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Fnavigation.htm Keyboard Navigation]
+
*[http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Fnavigation.htm Keyboard Navigation]
*[http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Ftext_editor.htm Text Editing Options]
+
*[http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Fconcepts%2Faccessibility%2Ftext_editor.htm Text Editing Options]
 
*For a list of keystrokes, select '''Help > Key Assist...''' or type '''Control+Shift+L''' on Windows/Linux or '''Command+Shift+L''' on a Mac.
 
*For a list of keystrokes, select '''Help > Key Assist...''' or type '''Control+Shift+L''' on Windows/Linux or '''Command+Shift+L''' on a Mac.
 
*Keystroke assignments can be modified on the '''Keys''' Preference page.
 
*Keystroke assignments can be modified on the '''Keys''' Preference page.
Line 10: Line 10:
 
= Writing Accessible Eclipse Plug-ins  =
 
= Writing Accessible Eclipse Plug-ins  =
  
Note: All materials provided are useful, but some may predate the [http://www-03.ibm.com/able/news/eclipse_introduces_iaccessible2.html Eclipse accessibility API upgrade] which occurred with the release of Eclipse 3.6 (Helios) in June, 2010.  
+
Note: All materials provided are useful, but some may predate the Eclipse accessibility API upgrade which occurred with the release of Eclipse 3.6 (Helios) in June, 2010.  
  
 
== Introduction  ==
 
== Introduction  ==
Line 39: Line 39:
  
 
For questions or more information, please [http://www.eclipse.org/swt/#contact use the SWT newsgroup] or the [http://www.eclipse.org/swt/#contact Eclipse SWT Community Forum] -- accessibility issues will be forwarded to the right person to answer them.
 
For questions or more information, please [http://www.eclipse.org/swt/#contact use the SWT newsgroup] or the [http://www.eclipse.org/swt/#contact Eclipse SWT Community Forum] -- accessibility issues will be forwarded to the right person to answer them.
 +
 +
= Web Accessibility =
 +
 +
The Orion project has a detailed [[Orion/Accessibility]] page with lots of information on writing, testing, and using accessible web applications.

Latest revision as of 12:50, 27 January 2023

Accessibility Features in Eclipse

Writing Accessible Eclipse Plug-ins

Note: All materials provided are useful, but some may predate the Eclipse accessibility API upgrade which occurred with the release of Eclipse 3.6 (Helios) in June, 2010.

Introduction

Tips

API

Bugs

Eclipse is an open source project. Testing, bug filing/triage, documentation and code contributions to the accessibility support are very welcome and 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.

For questions or more information, please use the SWT newsgroup or the Eclipse SWT Community Forum -- accessibility issues will be forwarded to the right person to answer them.

Web Accessibility

The Orion project has a detailed Orion/Accessibility page with lots of information on writing, testing, and using accessible web applications.

Back to the top