summaryrefslogtreecommitdiff
path: root/xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java')
-rw-r--r--xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java b/xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java
index b774c8e9e82f..d5a8f7fa77f4 100644
--- a/xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java
+++ b/xml/impl/src/com/intellij/openapi/options/colors/pages/XMLColorsPage.java
@@ -84,8 +84,14 @@ public class XMLColorsPage implements ColorSettingsPage {
" <indexitem text=\"rename\" target=\"refactoring.rename\"/>\n" +
" <indexitem text=\"move\" target=\"refactoring.move\"/>\n" +
" <indexitem text=\"migrate\" target=\"refactoring.migrate\"/>\n" +
- " <indexitem text=\"usage search\" target=\"find.findUsages\"/>\n&amp; &#x00B7;" +
- " <indexitem text=\"project\" target=\"project.management\"/>" +
+ " <indexitem text=\"usage search\" target=\"find.findUsages\"/>\n" +
+ " <someTextWithEntityRefs>&amp; &#x00B7;</someTextWithEntityRefs>\n" +
+ " <withCData><![CDATA[\n" +
+ " <object class=\"MyClass\" key=\"constant\">\n" +
+ " </object>\n" +
+ " ]]>\n" +
+ " </withCData>\n" +
+ " <indexitem text=\"project\" target=\"project.management\"/>\n" +
" <<bg><np>pf</np></bg>:foo <bg><np>pf</np></bg>:bar=\"bar\"/>\n" +
"</index>";
}