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 "Eclipse Day At Googleplex 2013/Session Abstracts"

(Created page with "====Developing Dart Editor==== '''Dan Rubel (Google) and Eric Clayberg (Google)'''<br> After a brief introduction to the Dart programming language, where will highlight some ...")
(No difference)

Revision as of 15:06, 9 October 2013

Developing Dart Editor

Dan Rubel (Google) and Eric Clayberg (Google)

After a brief introduction to the Dart programming language, where will highlight some of the features that make tooling interesting, we will describe the development of the Dart Editor over the past two years. The Dart Editor provides a powerful, yet lightweight programming experience for Dart programmers. It was created with Eclipse technology and is distributed as an RCP application as well as a set of plugins for Eclipse itself. We'll cover some of the techniques we used to create a small, fast program that is easy to install. This being a Google project, we'll also mention a few performance measurements. Dart is an open source project, so we'll close with info on how you can get involved.

Back to the top