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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java

Issue 304273007: Use 'analysis.setSubscriptions' HIGHLIGHTS in Editor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use addAnalysisSubscription/removeAnalysisSubscription Created 6 years, 7 months 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/remote/ByteRequestSink.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java
index 0ef93b7eb171e75948cb283f3b05b11f799ba0f1..21a737a81a98399b74594e380b3e354a41c5776d 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisService.java
@@ -20,7 +20,7 @@ package com.google.dart.server;
*/
public enum AnalysisService {
ERRORS,
- HIGHLIGHT,
+ HIGHLIGHTS,
NAVIGATION,
OUTLINE;
}
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/remote/ByteRequestSink.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698