| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index 2bda4479bfe18a4bebb56d68298ead716c917b45..e4e74c1e2450a4d250b48043868ff19d89f39256 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -2476,6 +2476,7 @@
|
| <value><code>INLINE_METHOD</code></value>
|
| <value><code>MOVE_FILE</code></value>
|
| <value><code>RENAME</code></value>
|
| + <value><code>SORT_MEMBERS</code></value>
|
| </enum>
|
| </type>
|
| <type name="RefactoringMethodParameter">
|
| @@ -3343,6 +3344,16 @@
|
| </field>
|
| </options>
|
| </refactoring>
|
| + <refactoring kind=SORT_MEMBERS>
|
| + <p>
|
| + Sort all of the directives, unit and class members
|
| + of the given Dart file.
|
| + </p>
|
| + <p>
|
| + The "offset" and "length" fields from the request are ignored, but the
|
| + file specified in the request specifies the file to be sorted.
|
| + </p>
|
| + </refactoring>
|
| </refactorings>
|
| <h2>Errors</h2>
|
| <p>
|
|
|