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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml

Issue 559353003: Semantic highlighting for LABEL elements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <eclipseColorThemeMapping plugin="com.google.dart.tools.ui" created="2012-10-23 15:36:11"> 2 <eclipseColorThemeMapping plugin="com.google.dart.tools.ui" created="2012-10-23 15:36:11">
3 <mappings> <!-- IDartColorConstants, PreferenceConstants, IJavaThemeConstant s --> 3 <mappings> <!-- IDartColorConstants, PreferenceConstants, IJavaThemeConstant s -->
4 <mapping pluginKey="dart_default" themeKey="foreground" /> 4 <mapping pluginKey="dart_default" themeKey="foreground" />
5 <mapping pluginKey="dart_single_line_comment" themeKey="singleLineCommen t" /> 5 <mapping pluginKey="dart_single_line_comment" themeKey="singleLineCommen t" />
6 <mapping pluginKey="dart_multi_line_comment" themeKey="multiLineComment" /> 6 <mapping pluginKey="dart_multi_line_comment" themeKey="multiLineComment" />
7 <mapping pluginKey="dart_comment_task_tag" themeKey="commentTaskTag" /> 7 <mapping pluginKey="dart_comment_task_tag" themeKey="commentTaskTag" />
8 <mapping pluginKey="sourceHoverBackgroundColor" themeKey="sourceHoverBac kground" /> 8 <mapping pluginKey="sourceHoverBackgroundColor" themeKey="sourceHoverBac kground" />
9 <mapping pluginKey="dart_string" themeKey="string" /> 9 <mapping pluginKey="dart_string" themeKey="string" />
10 <mapping pluginKey="dart_multiline_string" themeKey="multiLineString" /> <!-- new --> 10 <mapping pluginKey="dart_multiline_string" themeKey="multiLineString" /> <!-- new -->
(...skipping 27 matching lines...) Expand all
38 <semanticHighlightingMapping pluginKey="semanticHighlighting.constructor " themeKey="constructor" /> 38 <semanticHighlightingMapping pluginKey="semanticHighlighting.constructor " themeKey="constructor" />
39 <semanticHighlightingMapping pluginKey="semanticHighlighting.deprecated" themeKey="deprecatedMember" /> 39 <semanticHighlightingMapping pluginKey="semanticHighlighting.deprecated" themeKey="deprecatedMember" />
40 <semanticHighlightingMapping pluginKey="semanticHighlighting.directive" themeKey="directive" /> 40 <semanticHighlightingMapping pluginKey="semanticHighlighting.directive" themeKey="directive" />
41 <semanticHighlightingMapping pluginKey="semanticHighlighting.dynamicType " themeKey="dynamicType" /> 41 <semanticHighlightingMapping pluginKey="semanticHighlighting.dynamicType " themeKey="dynamicType" />
42 <semanticHighlightingMapping pluginKey="semanticHighlighting.field" them eKey="field" /> 42 <semanticHighlightingMapping pluginKey="semanticHighlighting.field" them eKey="field" />
43 <semanticHighlightingMapping pluginKey="semanticHighlighting.function" t hemeKey="function" /> 43 <semanticHighlightingMapping pluginKey="semanticHighlighting.function" t hemeKey="function" />
44 <semanticHighlightingMapping pluginKey="semanticHighlighting.functionTyp eAlias" themeKey="functionTypeAlias" /> 44 <semanticHighlightingMapping pluginKey="semanticHighlighting.functionTyp eAlias" themeKey="functionTypeAlias" />
45 <semanticHighlightingMapping pluginKey="semanticHighlighting.getterDecla ration" themeKey="getter" /> 45 <semanticHighlightingMapping pluginKey="semanticHighlighting.getterDecla ration" themeKey="getter" />
46 <semanticHighlightingMapping pluginKey="semanticHighlighting.inheritedMe thodInvocation" themeKey="inheritedMethod" /> 46 <semanticHighlightingMapping pluginKey="semanticHighlighting.inheritedMe thodInvocation" themeKey="inheritedMethod" />
47 <semanticHighlightingMapping pluginKey="semanticHighlighting.importPrefi x" themeKey="importPrefix" /> 47 <semanticHighlightingMapping pluginKey="semanticHighlighting.importPrefi x" themeKey="importPrefix" />
48 <semanticHighlightingMapping pluginKey="semanticHighlighting.label" them eKey="label" />
48 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab le" themeKey="localVariable" /> 49 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab le" themeKey="localVariable" />
49 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab leDeclaration" themeKey="localVariableDeclaration" /> 50 <semanticHighlightingMapping pluginKey="semanticHighlighting.localVariab leDeclaration" themeKey="localVariableDeclaration" />
50 <semanticHighlightingMapping pluginKey="semanticHighlighting.method" the meKey="method" /> 51 <semanticHighlightingMapping pluginKey="semanticHighlighting.method" the meKey="method" />
51 <semanticHighlightingMapping pluginKey="semanticHighlighting.methodDecla rationName" themeKey="methodDeclaration" /> 52 <semanticHighlightingMapping pluginKey="semanticHighlighting.methodDecla rationName" themeKey="methodDeclaration" />
52 <semanticHighlightingMapping pluginKey="semanticHighlighting.number" the meKey="number" /> 53 <semanticHighlightingMapping pluginKey="semanticHighlighting.number" the meKey="number" />
53 <semanticHighlightingMapping pluginKey="semanticHighlighting.parameterVa riable" themeKey="parameterVariable" /> 54 <semanticHighlightingMapping pluginKey="semanticHighlighting.parameterVa riable" themeKey="parameterVariable" />
54 <semanticHighlightingMapping pluginKey="semanticHighlighting.setterDecla ration" themeKey="setter" /> 55 <semanticHighlightingMapping pluginKey="semanticHighlighting.setterDecla ration" themeKey="setter" />
55 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticField " themeKey="staticField" /> 56 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticField " themeKey="staticField" />
56 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticFinal Field" themeKey="staticFinalField" /> 57 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticFinal Field" themeKey="staticFinalField" />
57 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho d" themeKey="staticMethod" /> 58 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho d" themeKey="staticMethod" />
58 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho dDeclarationName" themeKey="staticMethodDeclaration" /> 59 <semanticHighlightingMapping pluginKey="semanticHighlighting.staticMetho dDeclarationName" themeKey="staticMethodDeclaration" />
59 <semanticHighlightingMapping pluginKey="semanticHighlighting.string" the meKey="string" /> 60 <semanticHighlightingMapping pluginKey="semanticHighlighting.string" the meKey="string" />
60 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeArgumen t" themeKey="typeArgument" /> 61 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeArgumen t" themeKey="typeArgument" />
61 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeParamet er" themeKey="typeParameter" /> 62 <semanticHighlightingMapping pluginKey="semanticHighlighting.typeParamet er" themeKey="typeParameter" />
62 </semanticHighlightingMappings> 63 </semanticHighlightingMappings>
63 </eclipseColorThemeMapping> 64 </eclipseColorThemeMapping>
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.deploy/themes/hotpink.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698