Initial implementation of copy/paste support

R=devoncarew@google.com

Review-Url: https://codereview.chromium.org/2972833002 .
This commit is contained in:
Brian Wilkerson
2017-07-05 14:02:05 -07:00
parent 56f07cf770
commit d9754a58e9
18 changed files with 391 additions and 119 deletions
@@ -502,6 +502,10 @@ public interface AnalysisServer {
* Return a list of edits that would need to be applied in order to ensure that all of the elements
* in the specified list of imported elements are accessible within the library.
*
* If a request is made for a file that does not exist, or that is not currently subject to
* analysis (e.g. because it is not associated with any analysis root specified via
* analysis.setAnalysisRoots), an error of type IMPORT_ELEMENTS_INVALID_FILE will be generated.
*
* @param file The file in which the specified elements are to be made accessible.
* @param elements The elements to be made accessible in the specified file.
*/