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

Side by Side Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2739473007: Update plugin spec to match server spec changes (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server Plugin API Specification</title> 5 <title>Analysis Server Plugin API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server Plugin API Specification</h1> 8 <h1>Analysis Server Plugin API Specification</h1>
9 <h1 style="color:#999999">Version 9 <h1 style="color:#999999">Version
10 <version>1.0.0-alpha.0</version> 10 <version>1.0.0-alpha.0</version>
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 omitted if there is no Dartdoc associated with the element. 1031 omitted if there is no Dartdoc associated with the element.
1032 </p> 1032 </p>
1033 </field> 1033 </field>
1034 <field name="declaringType" optional="true"> 1034 <field name="declaringType" optional="true">
1035 <ref>String</ref> 1035 <ref>String</ref>
1036 <p> 1036 <p>
1037 The class that declares the element being suggested. This field is 1037 The class that declares the element being suggested. This field is
1038 omitted if the suggested element is not a member of a class. 1038 omitted if the suggested element is not a member of a class.
1039 </p> 1039 </p>
1040 </field> 1040 </field>
1041 <field name="defaultArgumentListString" optional="true">
1042 <ref>String</ref>
1043 <p>
1044 A default String for use in generating argument list source contents
1045 on the client side.
1046 </p>
1047 </field>
1048 <field name="defaultArgumentListTextRanges" optional="true">
1049 <list><ref>int</ref></list>
1050 <p>
1051 Pairs of offsets and lengths describing 'defaultArgumentListString'
1052 text ranges suitable for use by clients to set up linked edits of
1053 default argument source contents. For example, given an argument list
1054 string 'x, y', the corresponding text range [0, 1, 3, 1], indicates
1055 two text ranges of length 1, starting at offsets 0 and 3. Clients can
1056 use these ranges to treat the 'x' and 'y' values specially for linked
1057 edits.
1058 </p>
1059 </field>
1041 <field name="element" optional="true"> 1060 <field name="element" optional="true">
1042 <ref>Element</ref> 1061 <ref>Element</ref>
1043 <p> 1062 <p>
1044 Information about the element reference being suggested. 1063 Information about the element reference being suggested.
1045 </p> 1064 </p>
1046 </field> 1065 </field>
1047 <field name="returnType" optional="true"> 1066 <field name="returnType" optional="true">
1048 <ref>String</ref> 1067 <ref>String</ref>
1049 <p> 1068 <p>
1050 The return type of the getter, function or method or the type of the 1069 The return type of the getter, function or method or the type of the
(...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after
2794 The name that the element should have after the refactoring. 2813 The name that the element should have after the refactoring.
2795 </p> 2814 </p>
2796 </field> 2815 </field>
2797 </options> 2816 </options>
2798 </refactoring> 2817 </refactoring>
2799 </refactorings> 2818 </refactorings>
2800 <h2 class="domain"><a name="index">Index</a></h2> 2819 <h2 class="domain"><a name="index">Index</a></h2>
2801 <index></index> 2820 <index></index>
2802 </body> 2821 </body>
2803 </html> 2822 </html>
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/test/integration/support/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698