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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.core/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 Editor Core 6 pluginName = Dart Core
7 providerName = dartlang.org 7 providerName = dartlang.org
8 8
9 dart.nature.name = Dart 9 dart.nature.name = Dart
10 dart.builder.name = Dart Builder 10 dart.builder.name = Dart Builder
11 11
12 dart.contentType.sourceFile.name = Dart Source File 12 dart.contentType.sourceFile.name = Dart Source File
13 dart.contentType.pubspecFile.name = Pubspec File 13 dart.contentType.pubspecFile.name = Pubspec File
14 dart.contentType.htmlFile.name = HTML File 14 dart.contentType.htmlFile.name = HTML File
15 15
16 dart.marker.problem.name = Dart Problem 16 dart.marker.problem.name = Dart Problem
17 dart.marker.parsing.problem.name = Dart Parsing Problem 17 dart.marker.parsing.problem.name = Dart Parsing Problem
18 dart.marker.resolution.problem.name = Dart Resolution Problem 18 dart.marker.resolution.problem.name = Dart Resolution Problem
19 dart.marker.task.name = Dart Task 19 dart.marker.task.name = Dart Task
20 dart.marker.issue.name = Dart Problem 20 dart.marker.issue.name = Dart Problem
21 dart.marker.buildDartIssue.name = Dart Problem 21 dart.marker.buildDartIssue.name = Dart Problem
22 22
23 dart.packages.matcher.name = Dart Packages Folder Matcher 23 dart.packages.matcher.name = Dart Packages Folder Matcher
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698