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

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

Issue 11420080: Several UI improvements to launching and the manage launches dialog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 UI for Eclipse
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 = Dart JavaScript launch 15 dart.clientlaunch.shortcut.label = Dart2js launch
16 16
17 dart.launch.config.client.name = Dart JavaScript launch 17 dart.launch.config.client.name = Dart2js launch
18 18
19 debugPreferencePageName = Launch 19 debugPreferencePageName = Launch
20 20
21 toggleBreakpoints.label = Toggle Breakpoint 21 toggleBreakpoints.label = Toggle Breakpoint
22 enableBreakpoint.label = Enable Breakpoint 22 enableBreakpoint.label = Enable Breakpoint
23 23
24 runCommandName=Run 24 runCommandName=Run
25 runDescription=Run the last launch 25 runDescription=Run the last launch
26 runSelectionCommandName=Run selection 26 runSelectionCommandName=Run selection
27 runSelectionDescription=Run the selection 27 runSelectionDescription=Run the selection
(...skipping 15 matching lines...) Expand all
43 editWatchExpressionAction.label=&Edit Watch Expression... 43 editWatchExpressionAction.label=&Edit Watch Expression...
44 editWatchExpressionAction.tooltip=Edit the selected watch expression 44 editWatchExpressionAction.tooltip=Edit the selected watch expression
45 45
46 enableWatchExpressionAction.label=Enable 46 enableWatchExpressionAction.label=Enable
47 enableWatchExpressionAction.tooltip=Enable watch expression 47 enableWatchExpressionAction.tooltip=Enable watch expression
48 48
49 disableWatchExpressionAction.label=Disable 49 disableWatchExpressionAction.label=Disable
50 disableWatchExpressionAction.tooltip=Disable watch expression 50 disableWatchExpressionAction.tooltip=Disable watch expression
51 51
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698