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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 649853004: Issue 21377. Specify that navigation regions are sorted and implement it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/computer/computer_navigation.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 </p> 776 </p>
777 777
778 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd> 778 <h4>Parameters</h4><dl><dt class="field"><b><i>file ( <a href="#type_FileP ath">FilePath</a> )</i></b></dt><dd>
779 779
780 <p> 780 <p>
781 The file containing the navigation regions. 781 The file containing the navigation regions.
782 </p> 782 </p>
783 </dd><dt class="field"><b><i>regions ( List&lt;<a href="#type_Navigati onRegion">NavigationRegion</a>&gt; )</i></b></dt><dd> 783 </dd><dt class="field"><b><i>regions ( List&lt;<a href="#type_Navigati onRegion">NavigationRegion</a>&gt; )</i></b></dt><dd>
784 784
785 <p> 785 <p>
786 The navigation regions contained in the file. Each 786 The navigation regions contained in the file.
787 navigation region represents a list of targets 787 The regions are sorted by their offsets.
788 Each navigation region represents a list of targets
788 associated with some range. The lists will usually 789 associated with some range. The lists will usually
789 contain a single target, but can contain more in the 790 contain a single target, but can contain more in the
790 case of a part that is included in multiple libraries 791 case of a part that is included in multiple libraries
791 or in Dart code that is compiled against multiple 792 or in Dart code that is compiled against multiple
792 versions of a package. Note that the navigation 793 versions of a package. Note that the navigation
793 regions that are returned do not overlap other 794 regions that are returned do not overlap other
794 navigation regions. 795 navigation regions.
795 </p> 796 </p>
796 </dd></dl></dd><dt class="notification">analysis.occurrences</dt><dd>< div class="box"><pre>notification: { 797 </dd></dl></dd><dt class="notification">analysis.occurrences</dt><dd>< div class="box"><pre>notification: {
797 "event": "analysis.occurrences" 798 "event": "analysis.occurrences"
(...skipping 2486 matching lines...) Expand 10 before | Expand all | Expand 10 after
3284 <p> 3285 <p>
3285 This section contains a list of all of the errors that are 3286 This section contains a list of all of the errors that are
3286 produced by the server and the data that is returned with each. 3287 produced by the server and the data that is returned with each.
3287 </p> 3288 </p>
3288 <p> 3289 <p>
3289 TBD 3290 TBD
3290 </p> 3291 </p>
3291 3292
3292 3293
3293 </body></html> 3294 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/computer/computer_navigation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698