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)
 
(7 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
* [[Orion/Documentation/Developer Guide/Architecture|Architecture overview]]
 
* [[Orion/Documentation/Developer Guide/Architecture|Architecture overview]]
 
* [[Orion/Documentation/Developer Guide/Icons|Orion Icons]]
 
* [[Orion/Documentation/Developer Guide/Icons|Orion Icons]]
 +
* [[Orion/Documentation/Developer Guide/Electron|Orion Electron App]]
 +
* [[Orion/Documentation/Developer Guide/Debugger|Orion Debugger]]
 +
* [[Orion/Documentation/Developer Guide/LSP|Orion LSP Example]]
  
 
* Plugin topics
 
* Plugin topics
 
** [[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 43:
 
** [[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 66:
 
* [[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 ====
Line 69: Line 75:
 
* [[Orion/Server API|Server API]]
 
* [[Orion/Server API|Server API]]
 
* [[Orion/Server admin guide|Server administration guide]]
 
* [[Orion/Server admin guide|Server administration guide]]
 +
* [[Orion/API Changelog|API Changelog]]
 
[[Category:Orion|Client How Tos]]
 
[[Category:Orion|Client How Tos]]

Latest revision as of 13:14, 20 March 2017

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