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"

(re-org, reduce list nesting)
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
** [[Orion/Documentation/Developer Guide/Simple plugin example|Simple plugin example]]
 
** [[Orion/Documentation/Developer Guide/Simple plugin example|Simple plugin example]]
 
** [[Orion/Documentation/Developer Guide/Long running operations in services and plugins|Long running operations in services and plugins]]
 
** [[Orion/Documentation/Developer Guide/Long running operations in services and plugins|Long running operations in services and plugins]]
 +
** [[Orion/Documentation/Developer Guide/Plugin authentication|Plugins and authentication]]
  
 
* [[Orion/Documentation/Developer Guide/Core client services|Core client services]]
 
* [[Orion/Documentation/Developer Guide/Core client services|Core client services]]
Line 39: Line 40:
 
** [[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.editor|orion.edit.editor]]
 
** [[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.hover|orion.edit.hover]]
 
** [[Orion/Documentation/Developer Guide/Plugging into the editor#orion.edit.model|orion.edit.model]]
 
** [[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.occurrences|orion.edit.occurrences]]
Line 60: Line 63:
 
* [[Orion/Documentation/Developer Guide/Project services|Project services]]
 
* [[Orion/Documentation/Developer Guide/Project services|Project services]]
 
** [[Orion/Documentation/Developer Guide/Project services#orion.project.handler|orion.project.handler]]
 
** [[Orion/Documentation/Developer Guide/Project services#orion.project.handler|orion.project.handler]]
 +
** [[Orion/Documentation/Developer_Guide/Project_services#orion.project.deploy|orion.project.deploy]]
  
 
* Other services
 
* Other services
 
** orion.search.proposal
 
** orion.search.proposal
 
  
 
==== Reference ====
 
==== Reference ====

Revision as of 11:31, 2 March 2015

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.

Programmer's Guide

  • Other services
    • orion.search.proposal

Reference

Back to the top