Orion 12 Rolls Out
Tuesday, 05 July 2016

The Eclipse Orion team has released Orion 12, the latest version of the browser-based IDE. The new version adds full support for the ECMAScript 2015 language specification, along with better project configuration capabilities, and support for eslintrc.* files.

orionbanner

 

Orion is Eclipse’s web development tool that you can use to develop web apps in your web browser. The IDE has a sophisticated code editor and lets you link to a repository. The Orion tools are written in JavaScript, and run in your browser.

The ECMA 2015 support in the new version covers all the ECMA 2015 specification, including aspects such as arrow functions and classes.

In a blog post about the support on the Orion News blog, Oliver Thomann says that:

"the tooling completely understands the new language syntax with new quick fixes and code templates also being available to get you started."

The linting rules have also been updated to respect the new ECMA 2015 code patterns.

 

linting

 

Alongside the ECMA 2015 support, the developers have introduced elements to make Orion easier to use. There's an experimental Node.js server that can be used on orion.eclipse.org or locally, and a new metrics service for plugins. The code edit widget has also been improved. This was introduced last year in Orion 9, but has been revamped to be more useable and customizeable. Two of the more noteworthy improvements are customizable editor configurations and the ability to fine tune your web language tooling.

The third party libraries are another area where improvements have been made, with refreshed versions of the Acorn, Doctrine, ESrecurse, Estraverse, Escope and Tern libraries. The Esprima parser is no longer being used, having been replaced by Acorn.

According to the blog post about the change. there are many reasons behind it, of which the following are top: 

  • Acorn has complete ECMA 2015 support (with recovery for most of it).
  • The developers can easily extend the Acorn parser via its plugin mechanism, so there is no need to edit parser code to have the team's own Orion customisations.
  • Acorn has robust recovery support right out of the box.

The new version can be downloaded from the Eclipse Orion site.

 

orion

 

More Information

Orion Project

Orion Blog 

Related Articles

Orion 9.0 Released

Language Tooling Enhancements in Orion 7

Orion 5.0 Available

Orion 4.0 Released

Eclipse Orion 2.0 Now Ready

Orion web based IDE ready to test

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Apache Shiro 2.0 Released
21/03/2024

Apache Shiro 2.0 has been released. The Java security framework now requires at least Java 11, and has added support for Jakarta EE 10.



Important Conference Results
17/04/2024

The SIGBOVIK conference has just finished and its proceedings can be downloaded, but only at your peril. You might never see computer science in the same way ever again.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 July 2016 )