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

Unified Diff: pkg/analysis_server/lib/src/constants.dart

Issue 484713003: Support for the 'edit.getAvailableRefactorings' request. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/edit/edit_domain.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 30067ff797c5cc5892d05ccd1b30d83f18777e34..3a21d4573a2e1cc7e6c12e39f1b5f2251d9e337a 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -68,13 +68,10 @@ const String SEARCH_RESULTS = 'search.results';
//
// Edit methods
//
-const String EDIT_APPLY_REFACTORING = 'edit.applyRefactoring';
-const String EDIT_CREATE_REFACTORING = 'edit.createRefactoring';
-const String EDIT_DELETE_REFACTORING = 'edit.deleteRefactoring';
const String EDIT_GET_ASSISTS = 'edit.getAssists';
+const String EDIT_GET_AVAILABLE_REFACTORINGS = 'edit.getAvailableRefactorings';
const String EDIT_GET_FIXES = 'edit.getFixes';
-const String EDIT_GET_REFACTORINGS = 'edit.getRefactorings';
-const String EDIT_SET_REFACTORING_OPTIONS = 'edit.setRefactoringOptions';
+const String EDIT_GET_REFACTORING = 'edit.getRefactoring';
//
// Analysis option names
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/edit/edit_domain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698