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"

Line 5: Line 5:
 
** [[Orion/Documentation/Developer Guide/Architecture|Architecture overview]]
 
** [[Orion/Documentation/Developer Guide/Architecture|Architecture overview]]
 
** [[Orion/Documentation/Developer Guide/Simple plugin example|Simple plugin example]]
 
** [[Orion/Documentation/Developer Guide/Simple plugin example|Simple plugin example]]
** Core services
+
** [[Orion/Documentation/Developer Guide/Core client services|Core client services]]
 
*** orion.core.favorite
 
*** orion.core.favorite
 
*** orion.core.file
 
*** orion.core.file

Revision as of 14:18, 25 May 2011

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
    • Welcome to Orion
    • Architecture overview
    • Simple plugin example
    • Core client services
      • orion.core.favorite
      • orion.core.file
      • orion.core.marker
      • orion.core.preference
      • orion.core.user
    • User interface services
      • orion.page.selection
      • orion.page.command
      • orion.page.dialog
      • orion.page.message
      • orion.page.link
    • Plugging into the editor
      • orion.edit.command
      • orion.edit.contentAssist
      • orion.edit.highlighter
      • orion.edit.outline
      • orion.edit.validator
    • Plugging into the navigator
      • orion.navigate.command
      • orion.navigate.openWith
    • Other services
      • orion.git.provider
      • orion.help.task
      • orion.team.ssh
      • orion.test.runner
  • Reference

Back to the top