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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 607813003: Use a separate request for 'Sort members' feature, not a refactoring. (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
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3cee950729c8fc7f5fb09276987ae128e729242e..107df36aa18d9c4795c9902acc1f4b53450737bb 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1285,6 +1285,29 @@
</field>
</result>
</request>
+ <request method="sortMembers">
+ <p>
+ Sort all of the directives, unit and class members
+ of the given Dart file.
+ </p>
Paul Berry 2014/09/26 16:23:53 Do we need to include documentation of what happen
scheglov 2014/09/26 16:44:43 https://codereview.chromium.org/604333002
+ <params>
+ <field name="file">
+ <ref>FilePath</ref>
+ <p>
+ The Dart file to sort.
+ </p>
+ </field>
+ </params>
+ <result>
+ <field name="edit">
+ <ref>SourceFileEdit</ref>
+ <p>
+ The file edit that is to be applied to the given file to effect
+ the sorting.
+ </p>
+ </field>
+ </result>
+ </request>
</domain>
<domain name="execution">
<p>
@@ -3335,16 +3358,6 @@
</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>
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698