Skip to main content

New site for Dart news and articles

For the latest Dart news, visit our new blog at  https://medium.com/dartlang .

New Dart Editor Build with Run Last Launch Option




A new Dart Editor build is available at www.dartlang.org/editor. Eric Clayberg fills us in on the changes:
  • Run > Always Run Last Launch menu option when enabled will always run the last launch unless user chooses another launch explicitly. 
  • “Refactor” top-level menu
  • Support for inlining getters and setters.
  • “Rename...” proposal in Quick Assist (Cmd+1)
  • Use import prefix for return type in 'Extract Method' refactoring.
  • Several Quick fixes.
  • Several debugger fixes.
  • Additional warnings and errors enabled in new analysis engine.
  • Many general improvements and fixes to new analysis engine.
Breaking Change List:
  • Invocation use Symbol instead of String for names.
  • Invocation.invokeOn was moved to InstanceMirror.delegate in dart:mirrors.
As always,view the changelog for the full list of changes, and to get started with the Editor see our tutorial.