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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java

Issue 833903005: Analysis server format service wiring (and protocol doc update). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java
===================================================================
--- editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java (revision 42834)
+++ editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java (working copy)
@@ -30,6 +30,12 @@
public static final String CONTENT_MODIFIED = "CONTENT_MODIFIED";
/**
+ * An "edit.format" request specified a FilePath which does not match a Dart file in an analysis
+ * root.
+ */
+ public static final String FORMAT_INVALID_FILE = "FORMAT_INVALID_FILE";
+
+ /**
* An "analysis.getErrors" request specified a FilePath which does not match a file currently
* subject to analysis.
*/

Powered by Google App Engine
This is Rietveld 408576698