Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java
index 317e2bde6c5191ce7a06f97df9abe2eb1f44d9a4..86bb234b34662bcc76a38386757f7f28dee28eb7 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java
@@ -26,6 +26,7 @@ import com.google.dart.tools.core.internal.util.ResourceUtil;
import com.google.dart.tools.core.model.DartModelException;
import com.google.dart.tools.core.utilities.compiler.DartCompilerWarmup;
import com.google.dart.tools.ui.actions.CreateAndRevealProjectAction;
+import com.google.dart.tools.ui.internal.text.editor.AutoSaveHelper;
import com.google.dart.tools.ui.internal.text.editor.EditorUtility;
import org.eclipse.core.runtime.IProgressMonitor;
@@ -78,6 +79,7 @@ public class DartUIStartup implements IStartup {
if (!getThread().isInterrupted()) {
printPerformanceNumbers();
}
+ AutoSaveHelper.start();
} catch (Throwable throwable) {
// Catch any runtime exceptions that occur during warmup and log them.
DartToolsPlugin.log("Exception occured during editor warmup", throwable);

Powered by Google App Engine
This is Rietveld 408576698