| Index: pkg/analysis_server/lib/src/constants.dart
|
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
|
| index e463de92083465b6a1be0a460a344cf743125c9b..1fd07e4b423dd5945f6e29fecefbe299cd9da40f 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -41,73 +41,73 @@ const String ANALYSIS_SET_PRIORITY_FILES = 'analysis.setPriorityFiles';
|
| const String ANALYSIS_SET_SUBSCRIPTIONS = 'analysis.setSubscriptions';
|
| const String ANALYSIS_UPDATE_CONTENT = 'analysis.updateContent';
|
| const String ANALYSIS_UPDATE_OPTIONS = 'analysis.updateOptions';
|
| -const String ASSISTS = 'assists';
|
| -const String CHANGE = 'change';
|
| -const String CHILDREN = 'children';
|
| -const String CLASS_ELEMENT = 'classElement';
|
| +const String ANALYTICS_ENABLE = 'analytics.enable';
|
| +const String ANALYTICS_IS_ENABLED = 'analytics.isEnabled';
|
| +const String ANALYTICS_SEND_EVENT = 'analytics.sendEvent';
|
| +const String ANALYTICS_SEND_TIMING = 'analytics.sendTiming';
|
|
|
| //
|
| // Code Completion methods
|
| //
|
| -const String CLASS_NAME = 'className';
|
| +const String ASSISTS = 'assists';
|
|
|
| //
|
| // Code Completion notifications
|
| //
|
| -const String CODE = 'code';
|
| +const String CHANGE = 'change';
|
|
|
| //
|
| // Search methods
|
| //
|
| +const String CHILDREN = 'children';
|
| +const String CLASS_ELEMENT = 'classElement';
|
| +const String CLASS_NAME = 'className';
|
| +const String CODE = 'code';
|
| const String COMPLETION = 'completion';
|
| -const String COMPLETION_GET_SUGGESTIONS = 'completion.getSuggestions';
|
| -const String COMPLETION_RESULTS = 'completion.results';
|
| -const String CONTAINING_LIBRARY_NAME = 'containingLibraryName';
|
| -const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
|
|
|
| //
|
| // Search notifications
|
| //
|
| -const String CONTENT = 'content';
|
| +const String COMPLETION_GET_SUGGESTIONS = 'completion.getSuggestions';
|
|
|
| //
|
| // Edit methods
|
| //
|
| +const String COMPLETION_RESULTS = 'completion.results';
|
| +const String CONTAINING_LIBRARY_NAME = 'containingLibraryName';
|
| +const String CONTAINING_LIBRARY_PATH = 'containingLibraryPath';
|
| +const String CONTENT = 'content';
|
| const String CORRECTION = 'correction';
|
| const String DART_DOC = 'dartdoc';
|
| const String DEFAULT = 'default';
|
| -const String DISPLAY_NAME = 'displayName';
|
| -const String EDIT_FORMAT = 'edit.format';
|
| -const String EDIT_GET_ASSISTS = 'edit.getAssists';
|
| -const String EDIT_SORT_MEMBERS = 'edit.sortMembers';
|
| -const String EDITS = 'edits';
|
| +const String DIAGNOSTIC_GET_DIAGNOSTICS = 'diagnostic.getDiagnostics';
|
|
|
| //
|
| // Diagnostic methods
|
| //
|
| -const String DIAGNOSTIC_GET_DIAGNOSTICS = 'diagnostic.getDiagnostics';
|
| const String DIAGNOSTIC_GET_SERVER_PORT = 'diagnostic.getServerPort';
|
| +const String DISPLAY_NAME = 'displayName';
|
|
|
| //
|
| // Analytics methods
|
| //
|
| -const String ANALYTICS_IS_ENABLED = 'analytics.isEnabled';
|
| -const String ANALYTICS_ENABLE = 'analytics.enable';
|
| -const String ANALYTICS_SEND_EVENT = 'analytics.sendEvent';
|
| -const String ANALYTICS_SEND_TIMING = 'analytics.sendTiming';
|
| +const String EDIT_FORMAT = 'edit.format';
|
| +const String EDIT_GET_ASSISTS = 'edit.getAssists';
|
| +const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
|
| +const String EDIT_GET_FIXES = 'edit.getFixes';
|
|
|
| //
|
| // Execution methods
|
| //
|
| -const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
|
| -const String EDIT_GET_FIXES = 'edit.getFixes';
|
| const String EDIT_GET_REFACTORING = 'edit.getRefactoring';
|
| const String EDIT_GET_STATEMENT_COMPLETION = "edit.getStatementCompletion";
|
| +const String EDIT_ORGANIZE_DIRECTIVES = 'edit.organizeDirectives';
|
| +const String EDIT_SORT_MEMBERS = 'edit.sortMembers';
|
|
|
| //
|
| // Execution notifications
|
| //
|
| -const String EDIT_ORGANIZE_DIRECTIVES = 'edit.organizeDirectives';
|
| +const String EDITS = 'edits';
|
|
|
| //
|
| // Analysis option names
|
|
|