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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties

Issue 12377052: Add the editor unit tests to the editor itself. The editor can now test itself (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 ######################################### 1 #########################################
2 # Copyright (c) 2012, the Dart project authors 2 # Copyright (c) 2012, the Dart project authors
3 # All Rights Reserved. 3 # All Rights Reserved.
4 ######################################### 4 #########################################
5 5
6 pluginName = Dart Debug UI for Eclipse 6 pluginName = Dart Debug
7 providerName = dartlang.org 7 providerName = dartlang.org
8 8
9 9
10 10
11 dart.launch.config.tab.main = Main 11 dart.launch.config.tab.main = Main
12 12
13 dart.serverlaunch.shortcut.label = Dart Command-line launch 13 dart.serverlaunch.shortcut.label = Dart Command-line launch
14 dart.dartiumlaunch.shortcut.label = Dartium launch 14 dart.dartiumlaunch.shortcut.label = Dartium launch
15 dart.clientlaunch.shortcut.label = Dart2js launch 15 dart.clientlaunch.shortcut.label = Dart2js launch
16 dart.chromeApplaunch.shortcut.label = Chrome app launch 16 dart.chromeApplaunch.shortcut.label = Chrome app launch
(...skipping 27 matching lines...) Expand all
44 editWatchExpressionAction.label=&Edit Watch Expression... 44 editWatchExpressionAction.label=&Edit Watch Expression...
45 editWatchExpressionAction.tooltip=Edit the selected watch expression 45 editWatchExpressionAction.tooltip=Edit the selected watch expression
46 46
47 enableWatchExpressionAction.label=Enable 47 enableWatchExpressionAction.label=Enable
48 enableWatchExpressionAction.tooltip=Enable watch expression 48 enableWatchExpressionAction.tooltip=Enable watch expression
49 49
50 disableWatchExpressionAction.label=Disable 50 disableWatchExpressionAction.label=Disable
51 disableWatchExpressionAction.tooltip=Disable watch expression 51 disableWatchExpressionAction.tooltip=Disable watch expression
52 52
53 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698