Questions tagged [eclipse-orion]

Orion is an open source project under the Eclipse 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.

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 examples of this are Mozilla Firefox Scratchpad, Scripted Editor. 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.

http://wiki.eclipse.org/Orion

32 questions
4
votes
2 answers

Launch an Eclipse Run Configuration from ANT

I am using Orion server for my Java-based web application. I have a run configuration that launches Orion with the correct classpaths and all necessary configuration. I also have several ANT scripts for copying files to the build path. I want to…
Danny Cohn
  • 889
  • 8
  • 16
3
votes
1 answer

How to use xtext language services from Angular

I'm working on a DSL developed using xtext. I am using autocomplete using orion editor. It works great with the auto generated web editor. But, we want to integrate it with another web app developed using Angular 4. I got to configure the editor,…
Rumit Parakhiya
  • 2,674
  • 3
  • 24
  • 33
3
votes
1 answer

Syntax highlighting for C code in Orion text editor embedded in HTML

I'm trying to get C syntax highlighting get to work for my HTML app. I'm embedding Orion editor. For now only JavaScript syntax highlighting is working, but I think it should be possible to get C highlighting as well, because the git repository at…
kfx
  • 8,136
  • 3
  • 28
  • 52
2
votes
0 answers

Angular Import external JS libray containing define

I successfully imported a third party library (Eclipse Orion editor) in my Angular app and it works fine - I can edit text and work with it. However, because of the Uncaught ReferenceError: define is not defined. The editor isn't able to load the…
Lukas
  • 158
  • 1
  • 10
2
votes
1 answer

What is state Id that xtext uses while saving the resource

I am hosting xtext's orion editor using iframe in my angular application. I need to save the content written from my angular application side to a backend (Java application). Can anyone help me with what API calls or approach should I make from my…
1
vote
1 answer

How to upgrade Eclipse to SimRel version

I have Eclipse version Oxygen 2 and I'd like to upgrade to the latest SimRel version instead of doing fresh install because I have many configurations etc. I've tried to update using Install/Update tab with repository link…
Michael Dz
  • 3,655
  • 8
  • 40
  • 74
1
vote
2 answers

Xtext Content Assist not triggered by CTRL+SPACE inside the Orion web editor

I am trying to use Xtext (2.14.0) together with the Orion web editor, but even with a simple example the Content Assist is not triggered by CTRL+SPACE inside the Orion editor. From what I know, CTRL+SPACE is used by default to trigger the Content…
Andrew S
  • 13
  • 3
1
vote
1 answer

Eclipse, Orion, OSGi development environment setup (Maqetta)

I want to build upon an open-source project. Need help with the setup (development environment in Eclipse)! These are the instructions on github: Maqetta with Orion Developer Setup. In Eclipse Neon bundles verification fails. In Eclipse Juno bundles…
Ted
  • 333
  • 2
  • 15
1
vote
1 answer

How to add support for Domain specific language developed using Xtext in Eclipse Che?

We have our domain specific language developed over Xtext. We want to add this language support on Eclipse Che. Question 1: What are the possible ways to add ? I know Eclipse che uses Orion as editor. As per Xtext documentation at…
Chetan Laddha
  • 993
  • 8
  • 22
1
vote
1 answer

Cannot access eclipse orion server from local machine using local IP

I have been given a centos server to lauch eclipse orion code editor. I installed eclipse orion as per the instruction on https://wiki.eclipse.org/Orion/How_Tos/Install_Orion_on_Localhost (steps for linux using jetty server). It works fine on centos…
Niraj
  • 517
  • 1
  • 5
  • 14
1
vote
1 answer

Orion (IBM DevOps Services) : Is it possible to specify ecmaScript parser to 6 or 7?

In IBM DevOps Services, there is web editor (Orion base). Looks like the ecmaScript parser by ESLint is version 5 by default. Is it possible to use version 6 ? The following did not work. /*eslint-env es6*/ I checked JavaScript configuration, but…
ibmamnt
  • 129
  • 8
1
vote
1 answer

Managing own user and workspace database on Cloud9 installed locally

I am new to Cloud9 and I'm having a hard time understanding its constraints when it comes to users and workspaces management. I have installed Cloud9 locally at Debian and it works OK but I was surprised that I was already "logged in" as John Doe…
errtu
  • 33
  • 3
1
vote
1 answer

Plugin handshake timeout for $myHttpURLforOrionPlugin

I followed these steps from the guide found at http://planetorion.org/news/2012/01/writing-a-content-assist-plugin-for-orion/ and modified the Ruby plugin to handle keyword assist for some PHP keywords. I copied the git repo and have an almost…
oalmgren
  • 415
  • 7
  • 19
1
vote
1 answer

Eclipse Orion PHP plugin

So for a project I need to check if I'm able to get code completion working for Eclipse Orion (on the IBM DevOps Services WebIDE) when coding in PHP. There's a default plugin available but it only provides syntax highlighting. Code completion is the…
oalmgren
  • 415
  • 7
  • 19
1
vote
1 answer

Eclipse Orion, does it not run in Eclipse?

Sorry if I am just really dense, but I read the Top 10 Eclipse Kepler Features and I see Orion at #1. It claims to run all in the browser. I find it really interesting, but it looks like a completely separate tool. Am I…
smuggledPancakes
  • 9,881
  • 20
  • 74
  • 113
1
2 3