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

Side by Side Diff: editor/tools/plugins/com.google.dart.eclipse.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 providerName=dartlang.org 6 providerName=dartlang.org
7 pluginName=Dart Eclipse UI Plugin 7 pluginName=Dart Eclipse UI
8 8
9 dart.perspective.name=Dart 9 dart.perspective.name=Dart
10 dart.perspective.description=This perspective is designed to support Dart develo pment. 10 dart.perspective.description=This perspective is designed to support Dart develo pment.
11 11
12 dartPrefName=Dart 12 dartPrefName=Dart
13 dartFontsPrefName=Fonts 13 dartFontsPrefName=Fonts
14 dartKeysPrefName=Key Bindings 14 dartKeysPrefName=Key Bindings
15 analysisPrefName=Errors and Warnings 15 analysisPrefName=Errors and Warnings
16 debugPrefPageName=Run and Debug 16 debugPrefPageName=Run and Debug
17 sdkPrefPageName=SDK 17 sdkPrefPageName=SDK
18 18
19 command.cleanup.name=Cleanup... 19 command.cleanup.name=Cleanup...
20 command.openType.name=Open Type 20 command.openType.name=Open Type
21 command.openType.desc=Open the type selection dialog 21 command.openType.desc=Open the type selection dialog
22 action.openType.label=Open Type... 22 action.openType.label=Open Type...
23 action.sendFeedbackAction.label=Send Feedback about Dart... 23 action.sendFeedbackAction.label=Send Feedback about Dart...
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698