Mark refactoring support for plugins as experimental

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2990573003 .
This commit is contained in:
Brian Wilkerson 2017-07-26 07:43:46 -07:00
parent 0b93c279e7
commit cc7b83f4da
2 changed files with 7 additions and 176 deletions

File diff suppressed because one or more lines are too long

View file

@ -643,7 +643,7 @@
</field>
</result>
</request>
<request method="getAvailableRefactorings">
<request method="getAvailableRefactorings" experimental="true">
<p>
Used to request a list of the kinds of refactorings that are valid for the
given selection in the given file.
@ -715,7 +715,7 @@
</field>
</result>
</request>
<request method="getRefactoring">
<request method="getRefactoring" experimental="true">
<p>
Used to request the changes required to perform a refactoring.
</p>
@ -921,14 +921,14 @@
</field>
</object>
</type>
<type name="RefactoringFeedback">
<type name="RefactoringFeedback" experimental="true">
<p>
An abstract superclass of all refactoring feedbacks.
</p>
<object>
</object>
</type>
<type name="RefactoringOptions">
<type name="RefactoringOptions" experimental="true">
<p>
An abstract superclass of all refactoring options.
</p>