what's new in eclipse ide and the ecosystem around it

34
What's new in Eclipse IDE and the ecosystem around it Sopot Cela Mickael Istria

Upload: dinhdien

Post on 09-Jan-2017

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: What's new in Eclipse IDE and the ecosystem around it

What's new in Eclipse IDE and the ecosystem around it

Sopot Cela Mickael Istria

Page 2: What's new in Eclipse IDE and the ecosystem around it

The plan● High-level introduction about IDE architecture (IDE = Sum of components)● Talk about (and show) new and cool stuff in Eclipse Neon (the IDE)● Showcase some new technical approaches of the platform project (SWT on

the web, SWT css etc.)● Discuss high-level initiatives/decisions with considerable impact on the future

of eclipse (drop release naming, additional SR etc.)

Page 3: What's new in Eclipse IDE and the ecosystem around it

Eclipse IDEs maze (trimmed from 82 to 9)Oomph Install

JEE IDE C++ IDEJS IDE

Web Tools

Java Tools

Java EE Web Tools

Dali (JPA)

Java EE Tools (eg jax-rs)

SQL/Data Tools

Linux Tools

TraceCompass

Marketplace Client

Eclipse SDK

Eclipse Platform

EGit

JSDT

Page 4: What's new in Eclipse IDE and the ecosystem around it

SimRel repo|

akahttp://download.eclipse.org/releases/neon

Simultaneous Release and IDE production

Platform Build

CDT Build

EGit Build

79 other builds

Platform p2 repo

CDT p2 repo

EGit p2 repo

79 other p2 repos

SimRel aggregation

EPP Build

...Packages

IDE Product p2 definitionsinjected into

Oomph installer

IDE product definitions

Page 5: What's new in Eclipse IDE and the ecosystem around it
Page 6: What's new in Eclipse IDE and the ecosystem around it

Platform

Page 7: What's new in Eclipse IDE and the ecosystem around it

Nicer welcome page

Page 8: What's new in Eclipse IDE and the ecosystem around it

Dark theme improvements- Previously un-stylable items are now stylable (windows and linux*)

Windows 7

Fedora 24

Page 9: What's new in Eclipse IDE and the ecosystem around it

Ability to disable theming engine- Dislike themings? Prefer native?

Page 10: What's new in Eclipse IDE and the ecosystem around it

Quick Access (Ctrl + 3) improvements- Usability improvements to one of the most useful shortcuts of Eclipse

- e.g. searching by category, Views: Error Log etc.

Page 11: What's new in Eclipse IDE and the ecosystem around it

Word wrap

Page 12: What's new in Eclipse IDE and the ecosystem around it

Autosave of editors- Now you can stop worrying about saving editors, they will autosave

Page 13: What's new in Eclipse IDE and the ecosystem around it

Better functionality in the Workspace Launcher- Remembers recent workspaces- Click to open

Page 14: What's new in Eclipse IDE and the ecosystem around it

Ability to zoom in or out in the editors- Browser-style zooming in and out now available (Ctrl +/-)

Page 15: What's new in Eclipse IDE and the ecosystem around it

The new Import Wizard- You focus on WHAT to import, it takes care

of HOW- File > Open Projects from Filesystem...

Page 16: What's new in Eclipse IDE and the ecosystem around it

Java Development Tools

Page 17: What's new in Eclipse IDE and the ecosystem around it

Java substring code completion- Now you have to type only part of the method name- The match is highlighted

Page 18: What's new in Eclipse IDE and the ecosystem around it

Assign all parameters to new fields

Page 19: What's new in Eclipse IDE and the ecosystem around it

Multiple selection method-reference calls

Page 20: What's new in Eclipse IDE and the ecosystem around it

Java 9See also Sasikanth’s talk: Java 9 support in Eclipse, tomorrow 16h, Cassiopee

Page 21: What's new in Eclipse IDE and the ecosystem around it

C/C++ Development Tools- Editor improvements: parameters guessing, Format save actions- Show local variables and registers in traditional memory renderer- Support for hardware reverse engineering- ...

See more during Jonah’s talk: CDT: Latest & Greatest Tooling for C/C++ in Spot, tomorrow, 12h

Page 22: What's new in Eclipse IDE and the ecosystem around it

JavaScript Development Tools- ECMAScript 2015- Node.js, NPM, Bower, Grunt, Gulp- Debug Node.js apps- ...

See more during Ilya’s talk: JSDT 2.0 in Spot, today, 16h45

Page 23: What's new in Eclipse IDE and the ecosystem around it

PHP Development Tools- Full PHP 7 Support- 3x performance boost with the new Lucene-based indexer- PHP Editor with tons of improvements- Better debugging experience - for both Xdebug and Zend Debugger- …

See more during Kaloyan’s talk Eclipse speaks PHP, today, Argos, 11:00

Page 24: What's new in Eclipse IDE and the ecosystem around it

Docker Tools- Dockerfile editor- Manage Docker images

See more during Roland’s talk The State of Docker and Vagrant Tooling in Eclipse, today, Spot, 11:00.

Page 25: What's new in Eclipse IDE and the ecosystem around it

Marketplace search for unknown file extension- Unrecognized file type (extension)? Marketplace to the rescue!

Page 26: What's new in Eclipse IDE and the ecosystem around it

Packaging

Page 27: What's new in Eclipse IDE and the ecosystem around it

JavaScript and Android package

Page 28: What's new in Eclipse IDE and the ecosystem around it

Flat package structure

Mars(hierarchical)

Neon(flat)

Allows incremental updates of individual components

Page 29: What's new in Eclipse IDE and the ecosystem around it

On Marketplace● JavaScript inference, AngularJS, TypeScript● Scala, Groovy, Ceylon, Kotlin● JBoss Tools, Spring Tool Suite, Vaadin, Liferay● Erlang● Yaml● Latex● ...

Page 30: What's new in Eclipse IDE and the ecosystem around it

Other news- Additional release

- Neon.1: September 2016- Neon.2: December 2016- Neon.3: March 2017

Page 31: What's new in Eclipse IDE and the ecosystem around it

The future?

Page 32: What's new in Eclipse IDE and the ecosystem around it

New technical ideas- GTK on the web -> SWT on the Web -> Eclipse on the Web, unmodified

- using broadway GDK backend- short demo

- SWT level styling- exploiting native styling capabilities of GTK- Widget.setData("org.eclipse.swt.internal.gtk.css",css_below)- you get : https://akurtakov.fedorapeople.org/econfr.webm

button { border-style: solid; border-radius: 5px;}button:hover { transition: width 2s, height 2s, background-color 2s, transform 2s; border-radius: 50px;}

Page 33: What's new in Eclipse IDE and the ecosystem around it

Text Editor and Languages ServicesContribute to default Text Editor rather than extending it:

● Coloration (much already done in Platform UI)● Completion (much already done in JFace)● Contextual documentation/Hover● Navigation/hyperlinks● Validation Done with builders/markers

Page 34: What's new in Eclipse IDE and the ecosystem around it

More talks about Eclipse IDEUnconference, Friday @ENSEEIHT https://wiki.eclipse.org/Eclipse_Unconference_France_2016#Eclipse_IDE