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 "Orion/Documentation/Developer Guide/Plugging into the editor"

(Overview of contributing services to the Orion editor)
(Overview of contributing services to the Orion editor)
Line 1: Line 1:
 
= Overview of contributing services to the Orion editor  =
 
= Overview of contributing services to the Orion editor  =
  
The built Orion editor defines a number of services for customizing its appearance and behavior. These services will typically be defined by a plug-in providing editing functionality for different programming languages or file extensions.
+
The built Orion editor defines a number of services for customizing its appearance and behavior. These services will typically be defined by a plug-in providing editing functionality for different programming languages or file extensions. This section will outline the services that are available for editor customization.
  
 
= orion.edit.command =
 
= orion.edit.command =

Revision as of 14:33, 14 June 2011

Overview of contributing services to the Orion editor

The built Orion editor defines a number of services for customizing its appearance and behavior. These services will typically be defined by a plug-in providing editing functionality for different programming languages or file extensions. This section will outline the services that are available for editor customization.

orion.edit.command

orion.edit.contentAssist

orion.edit.highlighter

orion.edit.outline

orion.edit.validator

Back to the top