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

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

Issue 583843004: Issue 20910. Add SORT_MEMBERS refactoring to the server specification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index b913b3cee053fdffd31a0878286c84320d80cb7e..534c79fc049c4a2334598d62d92480ca1f8027e1 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2496,7 +2496,7 @@ dt.typeDefinition {
created.
</p>
- <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVERT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class="value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class="value">INLINE_METHOD</dt><dt class="value">MOVE_FILE</dt><dt class="value">RENAME</dt></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameter">RefactoringMethodParameter: object</a></dt><dd>
+ <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVERT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class="value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class="value">INLINE_METHOD</dt><dt class="value">MOVE_FILE</dt><dt class="value">RENAME</dt><dt class="value">SORT_MEMBERS</dt></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameter">RefactoringMethodParameter: object</a></dt><dd>
<p>
A description of a parameter in a method refactoring.
</p>
@@ -2934,6 +2934,7 @@ dt.typeDefinition {
+
<dl><dt class="refactoring">CONVERT_GETTER_TO_METHOD</dt><dd>
<p>
Convert a getter into a method by removing the keyword get
@@ -3227,7 +3228,16 @@ dt.typeDefinition {
The name that the element should have after the
refactoring.
</p>
- </dd></dl></dd></dl>
+ </dd></dl></dd><dt class="refactoring">SORT_MEMBERS</dt><dd>
+ <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>
+ <h4>Feedback</h4><p>none</p><h4>Options</h4><p>none</p></dd></dl>
<h2>Errors</h2>
<p>
This section contains a list of all of the errors that are

Powered by Google App Engine
This is Rietveld 408576698