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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml

Issue 152593002: Version 1.2.0-dev.3.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (revision 32236)
+++ editor/tools/plugins/com.google.dart.tools.ui/plugin.xml (working copy)
@@ -534,32 +534,41 @@
point="org.eclipse.ui.editors.markerAnnotationSpecification">
<specification
annotationType="com.google.dart.tools.ui.angular_error"
+ colorPreferenceKey="angularErrorColor"
+ colorPreferenceValue="255,0,0"
+ contributesToHeader="true"
+ highlightPreferenceKey="angularErrorHighlighting"
+ highlightPreferenceValue="false"
+ icon="icons/full/dart16/angular_14_red.png"
label="Angular Error"
- icon="icons/full/dart16/angular_14_red.png"
- contributesToHeader="true"
- overviewRulerPreferenceKey="angularErrorIndicationInOverviewRuler"
+ overviewRulerPreferenceKey="angularErrorInOverviewRuler"
overviewRulerPreferenceValue="true"
presentationLayer="4"
- textPreferenceKey="angularErrorIndication"
+ textPreferenceKey="angularErrorText"
textPreferenceValue="true"
textStylePreferenceKey="angularErrorTextStyle"
textStylePreferenceValue="PROBLEM_UNDERLINE"
- verticalRulerPreferenceKey="abgularErrorIndicationInVerticalRuler"
+ verticalRulerPreferenceKey="angularErrorInVerticalRuler"
verticalRulerPreferenceValue="true">
</specification>
<specification
annotationType="com.google.dart.tools.ui.angular_warning"
- label="Angular Warning"
+ colorPreferenceKey="angularWarningColor"
+ colorPreferenceValue="244,200,45"
+ contributesToHeader="true"
+ highlightPreferenceKey="angularWarningHighlighting"
+ highlightPreferenceValue="false"
icon="icons/full/dart16/angular_14_yellow.png"
- contributesToHeader="true"
+ label="Angular warning"
overviewRulerPreferenceKey="angularWarningIndicationInOverviewRuler"
overviewRulerPreferenceValue="true"
presentationLayer="4"
- textPreferenceKey="angularErrorIndication"
+ symbolicIcon="warning"
+ textPreferenceKey="angularWarningText"
textPreferenceValue="true"
textStylePreferenceKey="angularWarningTextStyle"
textStylePreferenceValue="PROBLEM_UNDERLINE"
- verticalRulerPreferenceKey="abgularWarningIndicationInVerticalRuler"
+ verticalRulerPreferenceKey="angularWarningInVerticalRuler"
verticalRulerPreferenceValue="true">
</specification>
<specification

Powered by Google App Engine
This is Rietveld 408576698