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

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 894863002: Formatter service API tweaks. (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: pkg/analysis_server/lib/src/generated_protocol.dart
===================================================================
--- pkg/analysis_server/lib/src/generated_protocol.dart (revision 43367)
+++ pkg/analysis_server/lib/src/generated_protocol.dart (working copy)
@@ -3483,12 +3483,16 @@
String file;
/**
- * The offset of the current selection in the file.
+ * The offset of the current selection in the file. In case preserving,
+ * selection information is not required, 0 can be specified for both
+ * selection offset and length.
*/
int selectionOffset;
/**
- * The length of the current selection in the file.
+ * The length of the current selection in the file. In case preserving,
+ * selection information is not required, 0 can be specified for both
+ * selection offset and length.
*/
int selectionLength;
« no previous file with comments | « pkg/analysis_server/lib/src/edit/edit_domain.dart ('k') | pkg/analysis_server/test/integration/integration_test_methods.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698