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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java

Issue 19670005: Rename JdtActionConstants -> DartActionConstants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java
similarity index 99%
rename from editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java
rename to editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java
index f64e7ba101dcef81e35b9ad79b5ffe78f2ed7fe3..812f9f90f1b8db430bb9e852eab5214d131fc44c 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/DartActionConstants.java
@@ -15,7 +15,7 @@ package com.google.dart.tools.ui.actions;
/**
* Action ids for standard actions, for groups in the menu bar, and for actions in context menus of
- * JDT views.
+ * Dart Editor views.
* <p>
* This class may be instantiated; it is not intended to be subclassed.
* </p>
@@ -24,7 +24,7 @@ package com.google.dart.tools.ui.actions;
* this early stage to solicit feedback from pioneering adopters on the understanding that any code
* that uses this API will almost certainly be broken (repeatedly) as the API evolves.
*/
-public class JdtActionConstants {
+public class DartActionConstants {
// Navigate menu
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/JdtActionConstants.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698