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

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

Issue 587553002: API proposal for the MOVE_FILE refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add MoveFileOptions.java 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 d27750b907b6cd5dd9dcabacb571bfd9079a9e0d..7cecb7771568b7404ecf63e19f9aa995c5206778 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2933,6 +2933,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
@@ -3163,6 +3164,26 @@ dt.typeDefinition {
or false if only the invocation site used to create this
refactoring should be inlined.
</p>
+ </dd></dl></dd><dt class="refactoring">MOVE_FILE</dt><dd>
+ <p>
+ Move the given file and update all of the references to that file
+ and from it. The move operation is supported in general case - for
+ renaming a file in the same folder, moving it to a different folder
+ or both.
+ </p>
+ <p>
+ The refactoring must be activated before an actual file moving
+ operation is performed.
+ </p>
+ <p>
+ The "offset" and "length" fields are ignored.
+ </p>
+
+ <h4>Feedback</h4><p>none</p><h4>Options</h4><dl><dt class="field"><b><i>newFile ( <a href="#type_FilePath">FilePath</a> )</i></b></dt><dd>
+
+ <p>
+ The new file path to which the given file is being moved.
+ </p>
</dd></dl></dd><dt class="refactoring">RENAME</dt><dd>
<p>
Rename a given element and all of the references to that

Powered by Google App Engine
This is Rietveld 408576698