| 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<<a href="#type_SourceEdit">SourceEdit</a>> )</i></b></dt><dd>
|
|
|
|
|