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

Unified 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 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 d88f9d2f49289d489854bc87a166f24d773f3a72..bbd3400661059fe970f7815c1c3117a7e8db89df 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -3118,6 +3118,18 @@ dt.typeDefinition {
<p>
The length of the name selected to be renamed.
</p>
+ </dd><dt class="field"><b><i>elementKindName ( String )</i></b></dt><dd>
+
+ <p>
+ The human-readable description of the kind of element being
+ renamed (such as “class” or “function type
+ alias”).
+ </p>
+ </dd><dt class="field"><b><i>oldName ( String )</i></b></dt><dd>
+
+ <p>
+ The old name of the element before the refactoring.
+ </p>
</dd></dl><h4>Options</h4><dl><dt class="field"><b><i>newName ( String )</i></b></dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698