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

Unified Diff: pkg/analysis_server/doc/api.html

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/doc/api.html
===================================================================
--- pkg/analysis_server/doc/api.html (revision 43367)
+++ pkg/analysis_server/doc/api.html (working copy)
@@ -1517,12 +1517,16 @@
</dd><dt class="field"><b><i>selectionOffset ( int )</i></b></dt><dd>
<p>
- 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.
</p>
</dd><dt class="field"><b><i>selectionLength ( int )</i></b></dt><dd>
<p>
- 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.
</p>
</dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>edits ( List&lt;<a href="#type_SourceEdit">SourceEdit</a>&gt; )</i></b></dt><dd>

Powered by Google App Engine
This is Rietveld 408576698