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

Side by Side Diff: pkg/analyzer_plugin/lib/protocol/protocol_constants.dart

Issue 2743423009: Run dartfmt on remaining unformated pkg packages (Closed)
Patch Set: Run dartfmt on remaining unformated pkg packages 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
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analysis_server/tool/spec/generate_files". 7 // "pkg/analysis_server/tool/spec/generate_files".
8 8
9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors'; 9 const String ANALYSIS_NOTIFICATION_ERRORS = 'analysis.errors';
10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors'; 10 const String ANALYSIS_NOTIFICATION_ERRORS_ERRORS = 'errors';
11 const String ANALYSIS_NOTIFICATION_ERRORS_FILE = 'file'; 11 const String ANALYSIS_NOTIFICATION_ERRORS_FILE = 'file';
12 const String ANALYSIS_NOTIFICATION_FOLDING = 'analysis.folding'; 12 const String ANALYSIS_NOTIFICATION_FOLDING = 'analysis.folding';
13 const String ANALYSIS_NOTIFICATION_FOLDING_FILE = 'file'; 13 const String ANALYSIS_NOTIFICATION_FOLDING_FILE = 'file';
14 const String ANALYSIS_NOTIFICATION_FOLDING_REGIONS = 'regions'; 14 const String ANALYSIS_NOTIFICATION_FOLDING_REGIONS = 'regions';
15 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS = 'analysis.highlights'; 15 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS = 'analysis.highlights';
16 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_FILE = 'file'; 16 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_FILE = 'file';
17 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_REGIONS = 'regions'; 17 const String ANALYSIS_NOTIFICATION_HIGHLIGHTS_REGIONS = 'regions';
18 const String ANALYSIS_NOTIFICATION_NAVIGATION = 'analysis.navigation'; 18 const String ANALYSIS_NOTIFICATION_NAVIGATION = 'analysis.navigation';
19 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILE = 'file'; 19 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILE = 'file';
20 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILES = 'files'; 20 const String ANALYSIS_NOTIFICATION_NAVIGATION_FILES = 'files';
21 const String ANALYSIS_NOTIFICATION_NAVIGATION_REGIONS = 'regions'; 21 const String ANALYSIS_NOTIFICATION_NAVIGATION_REGIONS = 'regions';
22 const String ANALYSIS_NOTIFICATION_NAVIGATION_TARGETS = 'targets'; 22 const String ANALYSIS_NOTIFICATION_NAVIGATION_TARGETS = 'targets';
23 const String ANALYSIS_NOTIFICATION_OCCURRENCES = 'analysis.occurrences'; 23 const String ANALYSIS_NOTIFICATION_OCCURRENCES = 'analysis.occurrences';
24 const String ANALYSIS_NOTIFICATION_OCCURRENCES_FILE = 'file'; 24 const String ANALYSIS_NOTIFICATION_OCCURRENCES_FILE = 'file';
25 const String ANALYSIS_NOTIFICATION_OCCURRENCES_OCCURRENCES = 'occurrences'; 25 const String ANALYSIS_NOTIFICATION_OCCURRENCES_OCCURRENCES = 'occurrences';
26 const String ANALYSIS_NOTIFICATION_OUTLINE = 'analysis.outline'; 26 const String ANALYSIS_NOTIFICATION_OUTLINE = 'analysis.outline';
27 const String ANALYSIS_NOTIFICATION_OUTLINE_FILE = 'file'; 27 const String ANALYSIS_NOTIFICATION_OUTLINE_FILE = 'file';
28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline'; 28 const String ANALYSIS_NOTIFICATION_OUTLINE_OUTLINE = 'outline';
29 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = 29 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS = 'analysis.handleWatchEvents' ;
Emily Fortuna 2017/03/22 00:59:06 these make the line > 80 char...
30 'analysis.handleWatchEvents';
31 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events'; 30 const String ANALYSIS_REQUEST_HANDLE_WATCH_EVENTS_EVENTS = 'events';
32 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze'; 31 const String ANALYSIS_REQUEST_REANALYZE = 'analysis.reanalyze';
33 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots'; 32 const String ANALYSIS_REQUEST_REANALYZE_ROOTS = 'roots';
34 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS = 33 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS = 'analysis.setContext BuilderOptions';
35 'analysis.setContextBuilderOptions';
36 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS_OPTIONS = 'options'; 34 const String ANALYSIS_REQUEST_SET_CONTEXT_BUILDER_OPTIONS_OPTIONS = 'options';
37 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots'; 35 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS = 'analysis.setContextRoots';
38 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots'; 36 const String ANALYSIS_REQUEST_SET_CONTEXT_ROOTS_ROOTS = 'roots';
39 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles'; 37 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
40 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files'; 38 const String ANALYSIS_REQUEST_SET_PRIORITY_FILES_FILES = 'files';
41 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions'; 39 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
42 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions'; 40 const String ANALYSIS_REQUEST_SET_SUBSCRIPTIONS_SUBSCRIPTIONS = 'subscriptions';
43 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent'; 41 const String ANALYSIS_REQUEST_UPDATE_CONTENT = 'analysis.updateContent';
44 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files'; 42 const String ANALYSIS_REQUEST_UPDATE_CONTENT_FILES = 'files';
45 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions'; 43 const String COMPLETION_REQUEST_GET_SUGGESTIONS = 'completion.getSuggestions';
46 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file'; 44 const String COMPLETION_REQUEST_GET_SUGGESTIONS_FILE = 'file';
47 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset'; 45 const String COMPLETION_REQUEST_GET_SUGGESTIONS_OFFSET = 'offset';
48 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = 46 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTLENGTH = 'replacemen tLength';
49 'replacementLength'; 47 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET = 'replacemen tOffset';
50 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_REPLACEMENTOFFSET =
51 'replacementOffset';
52 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results'; 48 const String COMPLETION_RESPONSE_GET_SUGGESTIONS_RESULTS = 'results';
53 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists'; 49 const String EDIT_REQUEST_GET_ASSISTS = 'edit.getAssists';
54 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file'; 50 const String EDIT_REQUEST_GET_ASSISTS_FILE = 'file';
55 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length'; 51 const String EDIT_REQUEST_GET_ASSISTS_LENGTH = 'length';
56 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset'; 52 const String EDIT_REQUEST_GET_ASSISTS_OFFSET = 'offset';
57 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = 53 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefacto rings';
58 'edit.getAvailableRefactorings';
59 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file'; 54 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_FILE = 'file';
60 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length'; 55 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_LENGTH = 'length';
61 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset'; 56 const String EDIT_REQUEST_GET_AVAILABLE_REFACTORINGS_OFFSET = 'offset';
62 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes'; 57 const String EDIT_REQUEST_GET_FIXES = 'edit.getFixes';
63 const String EDIT_REQUEST_GET_FIXES_FILE = 'file'; 58 const String EDIT_REQUEST_GET_FIXES_FILE = 'file';
64 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset'; 59 const String EDIT_REQUEST_GET_FIXES_OFFSET = 'offset';
65 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring'; 60 const String EDIT_REQUEST_GET_REFACTORING = 'edit.getRefactoring';
66 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file'; 61 const String EDIT_REQUEST_GET_REFACTORING_FILE = 'file';
67 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind'; 62 const String EDIT_REQUEST_GET_REFACTORING_KIND = 'kind';
68 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length'; 63 const String EDIT_REQUEST_GET_REFACTORING_LENGTH = 'length';
(...skipping 11 matching lines...) Expand all
80 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits'; 75 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIALEDITS = 'potentialEdits';
81 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; 76 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error';
82 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal'; 77 const String PLUGIN_NOTIFICATION_ERROR_ISFATAL = 'isFatal';
83 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; 78 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message';
84 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace'; 79 const String PLUGIN_NOTIFICATION_ERROR_STACKTRACE = 'stackTrace';
85 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; 80 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
86 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; 81 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
87 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath'; 82 const String PLUGIN_REQUEST_VERSION_CHECK_BYTESTOREPATH = 'byteStorePath';
88 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; 83 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
89 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo'; 84 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACTINFO = 'contactInfo';
90 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 85 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTINGFILES = 'interestingFiles' ;
91 'interestingFiles';
92 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible'; 86 const String PLUGIN_RESPONSE_VERSION_CHECK_ISCOMPATIBLE = 'isCompatible';
93 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; 87 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
94 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; 88 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698