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"

(12 intermediate revisions by 7 users not shown)
Line 10: Line 10:
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.marker|orion.core.marker]]
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.marker|orion.core.marker]]
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.preference|orion.core.preference]]
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.preference|orion.core.preference]]
 +
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.setting|orion.core.setting]]
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.textlink|orion.core.textlink]]
 
*** [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.textlink|orion.core.textlink]]
 
** [[Orion/Documentation/Developer_Guide/Configuration services|Configuration services]]
 
** [[Orion/Documentation/Developer_Guide/Configuration services|Configuration services]]
Line 26: Line 27:
 
*** [[Orion/Documentation/Developer Guide/Plugging into Orion pages#orion.page.link.related|orion.page.link.related]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into Orion pages#orion.page.link.related|orion.page.link.related]]
 
** [[Orion/Documentation/Developer Guide/Plugging into the editor|Plugging into the editor]]
 
** [[Orion/Documentation/Developer Guide/Plugging into the editor|Plugging into the editor]]
 +
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.core.astprovider|orion.core.astprovider]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.command|orion.edit.command]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.command|orion.edit.command]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.contentAssist|orion.edit.contentAssist]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.contentAssist|orion.edit.contentAssist]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.highlighter|orion.edit.highlighter]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.highlighter|orion.edit.highlighter]]
 +
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.model|orion.edit.model]]
 +
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.occurrences|orion.edit.occurrences]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.outliner|orion.edit.outliner]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.outliner|orion.edit.outliner]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.validator|orion.edit.validator]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.validator|orion.edit.validator]]
Line 37: Line 41:
 
** [[Orion/Documentation/Developer Guide/Plugging into the shell|Plugging into the shell]]
 
** [[Orion/Documentation/Developer Guide/Plugging into the shell|Plugging into the shell]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the shell#orion.shell.command|orion.shell.command]]
 
*** [[Orion/Documentation/Developer Guide/Plugging into the shell#orion.shell.command|orion.shell.command]]
** [[Orion/Documentation/Developer Guide/Plugging into the settings page|Plugging into the settings page]]
+
*** [[Orion/Documentation/Developer Guide/Plugging into the shell#orion.shell.type|orion.shell.type]]
*** [[Orion/Documentation/Developer Guide/Plugging into the settings page#orion.core.setting|orion.core.setting]]
+
 
** [[Orion/Documentation/Developer Guide/Team client services|Team client services]]
 
** [[Orion/Documentation/Developer Guide/Team client services|Team client services]]
 
*** [[Orion/Documentation/Developer Guide/Team client services#orion.git.provider|orion.git.provider]]
 
*** [[Orion/Documentation/Developer Guide/Team client services#orion.git.provider|orion.git.provider]]
 
*** [[Orion/Documentation/Developer Guide/Team client services#orion.net.ssh|orion.net.ssh]]
 
*** [[Orion/Documentation/Developer Guide/Team client services#orion.net.ssh|orion.net.ssh]]
 +
** [[Orion/Documentation/Developer Guide/Project services|Project services]]
 +
*** [[Orion/Documentation/Developer Guide/Project services#orion.project.handler|orion.project.handler]]
 
** Other services
 
** Other services
 
*** orion.test.runner
 
*** orion.test.runner
 +
*** orion.search.proposal
 +
** [[Orion/Documentation/Developer Guide/Long running operations in services and plugins|Long running operations in services and plugins]]
 +
** [[Orion/Documentation/Developer Guide/Icons|Orion Icons]]
 
* Reference
 
* Reference
 
** [http://orion.eclipse.org/jsdoc/index.html Client API]
 
** [http://orion.eclipse.org/jsdoc/index.html Client API]

Revision as of 06:58, 8 November 2013

Pages listed here appear in the Orion Developer Guide that is included in each Orion build. Be sure to follow the Orion doc guidelines on the main Orion/Documentation page.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.