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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.search/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 Search Support 6 pluginName= Dart Search
7 providerName= dartlang.org 7 providerName= dartlang.org
8 productName=Dart Editor 8 productName=Dart Editor
9 9
10 searchMarker= Search Marker 10 searchMarker= Search Marker
11 filteredSearchMarker= Filtered Search Marker 11 filteredSearchMarker= Filtered Search Marker
12 12
13 searchPages= Search Pages 13 searchPages= Search Pages
14 searchResultSorters= Search Result Sorters 14 searchResultSorters= Search Result Sorters
15 searchResultViewPages= Search Result View Pages 15 searchResultViewPages= Search Result View Pages
16 16
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 FilteredSearchMarkerPreference.label= Filtered Search Results 68 FilteredSearchMarkerPreference.label= Filtered Search Results
69 69
70 searchCategory.name= Search 70 searchCategory.name= Search
71 searchCategory.description= Search command category 71 searchCategory.description= Search command category
72 72
73 textSearchEngine="Text Search Engine" 73 textSearchEngine="Text Search Engine"
74 textSearchQueryProvider="Text Search Query Provider" 74 textSearchQueryProvider="Text Search Query Provider"
75 75
76 match_highlight.label= Match highlight background color 76 match_highlight.label= Match highlight background color
77 match_highlight.description= The background color used to highlight matches in t he Search view when colored labels are enabled. 77 match_highlight.description= The background color used to highlight matches in t he Search view when colored labels are enabled.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698