Breaking news: A new Dart Editor build 0.5.7.2_r22611is available.
Today the Dart staff is releasing a new Dart Editor build 0.5.7.2_r22611, available here!
Changes henceforth include:
- New “Rename Library” refactoring
- New Quick Fix to use function/method with similar name or create new method.
- New Editor navigation related actions: Cmd+F6, etc.
- Fewer false positives in new analysis engine.
- Additional warnings and errors enabled in new analysis engine.
- Many general improvements and fixes to new analysis engine.
However the debugger is not able to debug unit
tests run with the interactive unit test configuration (from
interactive_html_config.dart). We recommend using the using the regular
useHtmlConfiguration() test config. Several Chrome extensions are not
compatible with the debugger: these include Speed Tracer and the WebGL inspector;
it is recommended to disable them or uninstall them from Dartium if
present.