Posted by David Chandler A new Dart Editor build (1584) is available for download . Changes include: New menu command produces significantly smaller JS using DartC --optimize For the Clock sample, 6.7M JS file during development --> 127k JS using new "Tools > Generate Optimized Javascript..." command, less than 2% of original size Omnibox search now includes cross-file text search Properly show getters and setters in Outline view Sort private members to bottom of outline view Updated New Application template to use dart:html (rather than dart:dom) Enable Run button only when HTML file is present Open Declaration from #source(...) now properly opens source in subfolder Open Declaration cannot find window or document Cache artifacts across sessions to improve first compile after session start Code Completion enhancements and fixes Added Mac OSX 32 bit build Compiler improvements Also see the change log . For instructions on downloading, installing, ...