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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 545943003: Include additional information into RenameFeedback. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after
3200 The offset to the beginning of the name selected to be 3200 The offset to the beginning of the name selected to be
3201 renamed. 3201 renamed.
3202 </p> 3202 </p>
3203 </field> 3203 </field>
3204 <field name="length"> 3204 <field name="length">
3205 <ref>int</ref> 3205 <ref>int</ref>
3206 <p> 3206 <p>
3207 The length of the name selected to be renamed. 3207 The length of the name selected to be renamed.
3208 </p> 3208 </p>
3209 </field> 3209 </field>
3210 <field name="elementKindName">
3211 <ref>String</ref>
3212 <p>
3213 The human-readable description of the kind of element being
3214 renamed (such as “class” or “function type
3215 alias”).
3216 </p>
3217 </field>
3218 <field name="oldName">
3219 <ref>String</ref>
3220 <p>
3221 The old name of the element before the refactoring.
3222 </p>
3223 </field>
3210 </feedback> 3224 </feedback>
3211 <options> 3225 <options>
3212 <field name="newName"> 3226 <field name="newName">
3213 <ref>String</ref> 3227 <ref>String</ref>
3214 <p> 3228 <p>
3215 The name that the element should have after the 3229 The name that the element should have after the
3216 refactoring. 3230 refactoring.
3217 </p> 3231 </p>
3218 </field> 3232 </field>
3219 </options> 3233 </options>
3220 </refactoring> 3234 </refactoring>
3221 </refactorings> 3235 </refactorings>
3222 <h2>Errors</h2> 3236 <h2>Errors</h2>
3223 <p> 3237 <p>
3224 This section contains a list of all of the errors that are 3238 This section contains a list of all of the errors that are
3225 produced by the server and the data that is returned with each. 3239 produced by the server and the data that is returned with each.
3226 </p> 3240 </p>
3227 <p> 3241 <p>
3228 TBD 3242 TBD
3229 </p> 3243 </p>
3230 </body> 3244 </body>
3231 </html> 3245 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698