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

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

Issue 2994103002: Add kythe support to plugins and format the spec files (Closed)
Patch Set: Created 3 years, 4 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';
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 const String EDIT_REQUEST_GET_REFACTORING_VALIDATE_ONLY = 'validateOnly'; 73 const String EDIT_REQUEST_GET_REFACTORING_VALIDATE_ONLY = 'validateOnly';
74 const String EDIT_RESPONSE_GET_ASSISTS_ASSISTS = 'assists'; 74 const String EDIT_RESPONSE_GET_ASSISTS_ASSISTS = 'assists';
75 const String EDIT_RESPONSE_GET_AVAILABLE_REFACTORINGS_KINDS = 'kinds'; 75 const String EDIT_RESPONSE_GET_AVAILABLE_REFACTORINGS_KINDS = 'kinds';
76 const String EDIT_RESPONSE_GET_FIXES_FIXES = 'fixes'; 76 const String EDIT_RESPONSE_GET_FIXES_FIXES = 'fixes';
77 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change'; 77 const String EDIT_RESPONSE_GET_REFACTORING_CHANGE = 'change';
78 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback'; 78 const String EDIT_RESPONSE_GET_REFACTORING_FEEDBACK = 'feedback';
79 const String EDIT_RESPONSE_GET_REFACTORING_FINAL_PROBLEMS = 'finalProblems'; 79 const String EDIT_RESPONSE_GET_REFACTORING_FINAL_PROBLEMS = 'finalProblems';
80 const String EDIT_RESPONSE_GET_REFACTORING_INITIAL_PROBLEMS = 'initialProblems'; 80 const String EDIT_RESPONSE_GET_REFACTORING_INITIAL_PROBLEMS = 'initialProblems';
81 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONS_PROBLEMS = 'optionsProblems'; 81 const String EDIT_RESPONSE_GET_REFACTORING_OPTIONS_PROBLEMS = 'optionsProblems';
82 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits'; 82 const String EDIT_RESPONSE_GET_REFACTORING_POTENTIAL_EDITS = 'potentialEdits';
83 const String KYTHE_REQUEST_GET_KYTHE_ENTRIES = 'kythe.getKytheEntries';
84 const String KYTHE_REQUEST_GET_KYTHE_ENTRIES_FILE = 'file';
85 const String KYTHE_RESPONSE_GET_KYTHE_ENTRIES_ENTRIES = 'entries';
86 const String KYTHE_RESPONSE_GET_KYTHE_ENTRIES_FILES = 'files';
83 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error'; 87 const String PLUGIN_NOTIFICATION_ERROR = 'plugin.error';
84 const String PLUGIN_NOTIFICATION_ERROR_IS_FATAL = 'isFatal'; 88 const String PLUGIN_NOTIFICATION_ERROR_IS_FATAL = 'isFatal';
85 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message'; 89 const String PLUGIN_NOTIFICATION_ERROR_MESSAGE = 'message';
86 const String PLUGIN_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace'; 90 const String PLUGIN_NOTIFICATION_ERROR_STACK_TRACE = 'stackTrace';
87 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown'; 91 const String PLUGIN_REQUEST_SHUTDOWN = 'plugin.shutdown';
88 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck'; 92 const String PLUGIN_REQUEST_VERSION_CHECK = 'plugin.versionCheck';
89 const String PLUGIN_REQUEST_VERSION_CHECK_BYTE_STORE_PATH = 'byteStorePath'; 93 const String PLUGIN_REQUEST_VERSION_CHECK_BYTE_STORE_PATH = 'byteStorePath';
90 const String PLUGIN_REQUEST_VERSION_CHECK_SDK_PATH = 'sdkPath'; 94 const String PLUGIN_REQUEST_VERSION_CHECK_SDK_PATH = 'sdkPath';
91 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version'; 95 const String PLUGIN_REQUEST_VERSION_CHECK_VERSION = 'version';
92 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACT_INFO = 'contactInfo'; 96 const String PLUGIN_RESPONSE_VERSION_CHECK_CONTACT_INFO = 'contactInfo';
93 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTING_FILES = 97 const String PLUGIN_RESPONSE_VERSION_CHECK_INTERESTING_FILES =
94 'interestingFiles'; 98 'interestingFiles';
95 const String PLUGIN_RESPONSE_VERSION_CHECK_IS_COMPATIBLE = 'isCompatible'; 99 const String PLUGIN_RESPONSE_VERSION_CHECK_IS_COMPATIBLE = 'isCompatible';
96 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name'; 100 const String PLUGIN_RESPONSE_VERSION_CHECK_NAME = 'name';
97 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version'; 101 const String PLUGIN_RESPONSE_VERSION_CHECK_VERSION = 'version';
OLDNEW
« no previous file with comments | « pkg/analyzer_plugin/lib/protocol/protocol_common.dart ('k') | pkg/analyzer_plugin/lib/protocol/protocol_generated.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698