Files
qt-creator/share/qtcreator/styles/intellij.xml
Francois Ferrand 809611f346 CppHighlighter: highlight all functions/methods.
- Highlight all function/methods (not just virtual methods).
- Highlight as a function even if number of arguments does not match. In
  that case, add a diagnostic message to indicate there are too many/too
  few arguments.
- Fix highlighting of parameters in function declarations.
  These used to be handled indiferently, and they could be mistaken for
  type or field references.
- Properly highlight template method calls.

Change-Id: I6e61c9ee47763db95c62314f9cc1c4d398df38b3
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
2012-06-05 09:30:54 +02:00

40 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="IntelliJ IDEA">
<style name="AddedLine" foreground="#00aa00"/>
<style name="Comment" foreground="#808080" italic="true"/>
<style name="CurrentLine" foreground="#000000" background="#ffffd7"/>
<style name="DiffFile" foreground="#000080"/>
<style name="DiffLocation" foreground="#0000ff"/>
<style name="Doxygen.Comment" foreground="#808080" italic="true"/>
<style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/>
<style name="Field" foreground="#660e7a" bold="true"/>
<style name="Function" foreground="#000000"/>
<style name="Keyword" foreground="#000080" bold="true"/>
<style name="Label" foreground="#800000" bold="true"/>
<style name="Local" foreground="#000000"/>
<style name="Number" foreground="#0000ff"/>
<style name="Operator" foreground="#000000"/>
<style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
<style name="Preprocessor" foreground="#000080" bold="true"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="String" foreground="#008000" bold="true"/>
<style name="Text" foreground="#000000" background="#ffffff"/>
<style name="Type" foreground="#000000"/>
<!--
Relying on default colors for:
CurrentLineNumber
DisabledCode
LineNumber
Link
SearchResult
SearchScope
Selection
Occurrences
Occurrences.Rename
Occurrences.Unused
VisualWhitespace
-->
</style-scheme>