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

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

Issue 23496048: Add additional hints to the analyzer to catch the 'x is double' dart2js bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase to latest & merge Created 7 years, 3 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 #search box labels 6 #search box labels
7 command.omnibox.description = Activate the Search Box 7 command.omnibox.description = Activate the Search Box
8 command.omnibox.name = Search Box 8 command.omnibox.name = Search Box
9 9
10 #editors 10 #editors
11 TextFileEditorName=Text Editor 11 TextFileEditorName=Text Editor
12 12
13 #views 13 #views
14 problemsViewName=Problems 14 problemsViewName=Problems
15 15
16 #perspective 16 #perspective
17 dart.perspective.name=Dart 17 dart.perspective.name=Dart
18 dart.perspective.description=This perspective is designed to support Dart develo pment. 18 dart.perspective.description=This perspective is designed to support Dart develo pment.
19 19
20 #preferences 20 #preferences
21 dartPrefName=Editor 21 dartPrefName=Editor
22 dartFontsPrefName=Fonts 22 dartFontsPrefName=Fonts
23 dartHintsPrefName=Hints
23 dartKeysPrefName=Key Bindings 24 dartKeysPrefName=Key Bindings
24 analysisPrefName=Errors and Warnings 25 analysisPrefName=Errors and Warnings
25 debugPrefPageName=Run and Debug 26 debugPrefPageName=Run and Debug
26 updatePrefPageName=Update 27 updatePrefPageName=Update
27 28
28 #commands 29 #commands
29 runCommandName=Run 30 runCommandName=Run
30 runDescription=Run the last launch 31 runDescription=Run the last launch
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698