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

Side by Side Diff: pkg/analysis_server/doc/api.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
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 3100 matching lines...) Expand 10 before | Expand all | Expand 10 after
3111 3111
3112 <p> 3112 <p>
3113 The offset to the beginning of the name selected to be 3113 The offset to the beginning of the name selected to be
3114 renamed. 3114 renamed.
3115 </p> 3115 </p>
3116 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd> 3116 </dd><dt class="field"><b><i>length ( int )</i></b></dt><dd>
3117 3117
3118 <p> 3118 <p>
3119 The length of the name selected to be renamed. 3119 The length of the name selected to be renamed.
3120 </p> 3120 </p>
3121 </dd><dt class="field"><b><i>elementKindName ( String )</i></b></dt><d d>
3122
3123 <p>
3124 The human-readable description of the kind of element being
3125 renamed (such as “class” or “function type
3126 alias”).
3127 </p>
3128 </dd><dt class="field"><b><i>oldName ( String )</i></b></dt><dd>
3129
3130 <p>
3131 The old name of the element before the refactoring.
3132 </p>
3121 </dd></dl><h4>Options</h4><dl><dt class="field"><b><i>newName ( String )</i></b></dt><dd> 3133 </dd></dl><h4>Options</h4><dl><dt class="field"><b><i>newName ( String )</i></b></dt><dd>
3122 3134
3123 <p> 3135 <p>
3124 The name that the element should have after the 3136 The name that the element should have after the
3125 refactoring. 3137 refactoring.
3126 </p> 3138 </p>
3127 </dd></dl></dd></dl> 3139 </dd></dl></dd></dl>
3128 <h2>Errors</h2> 3140 <h2>Errors</h2>
3129 <p> 3141 <p>
3130 This section contains a list of all of the errors that are 3142 This section contains a list of all of the errors that are
3131 produced by the server and the data that is returned with each. 3143 produced by the server and the data that is returned with each.
3132 </p> 3144 </p>
3133 <p> 3145 <p>
3134 TBD 3146 TBD
3135 </p> 3147 </p>
3136 3148
3137 3149
3138 </body></html> 3150 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698