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"

(Development resources)
(8 intermediate revisions by 5 users not shown)
Line 10: Line 10:
 
}} __NOTOC__  
 
}} __NOTOC__  
  
Orion is an open source project under the [[Eclipse]] top-level project.
+
Orion is an open source project under the [[ECD|Eclipse Cloud Development]] top-level project.
  
 
Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development.  Orion components are individually consumable and can be embedded in applications and web pages.  All the components of Orion together can be viewed at the public facing [http://orionhub.org OrionHub] site where anyone can create an account and try Orion out.
 
Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development.  Orion components are individually consumable and can be embedded in applications and web pages.  All the components of Orion together can be viewed at the public facing [http://orionhub.org OrionHub] site where anyone can create an account and try Orion out.
Line 39: Line 39:
 
**[[Orion/API Changelog|API Changelog]]
 
**[[Orion/API Changelog|API Changelog]]
 
**[[/Security|Security]]  
 
**[[/Security|Security]]  
 +
**[[Orion/How Tos/Code Edit|Code Edit Widget]]
 
**[[/Internationalization|Internationalization]]  
 
**[[/Internationalization|Internationalization]]  
 
*[[Orion/How Tos|How-tos]]  
 
*[[Orion/How Tos|How-tos]]  
Line 45: Line 46:
 
**[[Orion/Documentation/Developer_Guide/Simple_plugin_example|How to write a plugin that extends Orion]]
 
**[[Orion/Documentation/Developer_Guide/Simple_plugin_example|How to write a plugin that extends Orion]]
 
**[[Orion/How_Tos/How_to_write_an_Orion_SDK_plugin|How to write an Orion SDK plugin]]
 
**[[Orion/How_Tos/How_to_write_an_Orion_SDK_plugin|How to write an Orion SDK plugin]]
**Editor
+
**[[Orion/How_Tos/How_to_brand_Orion|How to brand your own Orion instance]]
 +
**Code edit widget with language tooling
 +
***[[Orion/How Tos/Code Edit|How to embed the Orion code edit widget in your web page]]
 +
**Minimal Editor
 
***[[Orion/How Tos/Editor Build|How to embed the Orion editor in your web page]]  
 
***[[Orion/How Tos/Editor Build|How to embed the Orion editor in your web page]]  
 
***[[Orion/How Tos/Editor Theme|How to theme the Orion Editor]]  
 
***[[Orion/How Tos/Editor Theme|How to theme the Orion Editor]]  
Line 52: Line 56:
 
**Git
 
**Git
 
***[[Orion/How Tos/Using_Gerrit_in_Orion|Using Gerrit in Orion]]
 
***[[Orion/How Tos/Using_Gerrit_in_Orion|Using Gerrit in Orion]]
 +
 
*[[Orion/Coding conventions|Naming and coding conventions]]  
 
*[[Orion/Coding conventions|Naming and coding conventions]]  
 
*[[Orion/Server admin guide|Server administration guide]]  
 
*[[Orion/Server admin guide|Server administration guide]]  
 +
*[[Orion/Bug Triage|How bugs are triaged]]
 
*[[Orion/Terminal_Administration_Guide|Terminal administration guide]]  
 
*[[Orion/Terminal_Administration_Guide|Terminal administration guide]]  
 
*[[Orion/Visual Plugin Strategy|Visual plugin strategy]]  
 
*[[Orion/Visual Plugin Strategy|Visual plugin strategy]]  
Line 65: Line 71:
 
**[[Orion/UX_Issues/Selections|Discussion of Selections and Actions]]
 
**[[Orion/UX_Issues/Selections|Discussion of Selections and Actions]]
 
*[[Orion/EditorWishList|Orion Editor Wishlist]]
 
*[[Orion/EditorWishList|Orion Editor Wishlist]]
* 5.0 Development
+
* JavaScript Tooling
**[[Orion/5.0/Replacing_JSLint | Replacing JSLint]]
+
**[[Orion/Dependency resolution | Dependency resolution]]
*[[Orion/Dependency resolution | Dependency resolution]]
+
**[[Orion/ESLint | ESLint]]
 
| width="45%" valign="top" |
 
| width="45%" valign="top" |
  
Line 79: Line 85:
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion Report a bug]
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion Report a bug]
 
* [[Orion/Documentation|Writing documentation]]
 
* [[Orion/Documentation|Writing documentation]]
* [[Orion/Releng_Builds|Orion Build Info]]
+
* [[Orion/Releng_Builds|Orion Build Info (building a war)]]
  
 
== Calendar of Orion development calls ==
 
== Calendar of Orion development calls ==

Revision as of 15:13, 22 December 2015

Orion
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Orion is an open source project under the Eclipse Cloud Development top-level project.

Orion's objective is to create a browser-based open tool integration platform which is entirely focused on developing for the web, in the web. Tools are written in JavaScript and run in the browser. Unlike other attempts at creating browser-based development tools, this is not an IDE running in a single tab. Links work and can be shared. You can open a file in a new tab. Great care has been taken to provide a web experience for development. Orion components are individually consumable and can be embedded in applications and web pages. All the components of Orion together can be viewed at the public facing OrionHub site where anyone can create an account and try Orion out.

Project overview

Development resources

Getting involved

Calendar of Orion development calls

This calendar is available in the following formats:
Ical.gifiCal,Xml.gifATOM News Feed,Html.gifHTML

You may have to disable protection on this page if you don't see the calendar below (see also bug 434567).

Back to the top