forked from qt-creator/qt-creator
TextEditor: Add Overloaded Operator and Punctation to text styles
Task-number: QTCREATORBUG-21285 Change-Id: Ib5d8aac74ff94c506f0888dff3ada802ac605af0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -25,7 +25,9 @@
|
|||||||
<style name="Function"/>
|
<style name="Function"/>
|
||||||
<style name="Keyword" foreground="#45c6d6" italic="true"/>
|
<style name="Keyword" foreground="#45c6d6" italic="true"/>
|
||||||
<style name="PrimitiveType" foreground="#d69aa7"/>
|
<style name="PrimitiveType" foreground="#d69aa7"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#d6bb9a"/>
|
<style name="Operator" foreground="#d6bb9a"/>
|
||||||
|
<style name="Overloaded Operator"/>
|
||||||
<style name="Preprocessor" foreground="#ff6aad"/>
|
<style name="Preprocessor" foreground="#ff6aad"/>
|
||||||
<style name="Label" foreground="#d6c540"/>
|
<style name="Label" foreground="#d6c540"/>
|
||||||
<style name="Comment" foreground="#a8abb0" italic="true"/>
|
<style name="Comment" foreground="#a8abb0" italic="true"/>
|
||||||
|
@@ -25,7 +25,9 @@
|
|||||||
<style name="Number" foreground="#ff55ff"/>
|
<style name="Number" foreground="#ff55ff"/>
|
||||||
<style name="Occurrences" background="#363636"/>
|
<style name="Occurrences" background="#363636"/>
|
||||||
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
|
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#aaaaaa"/>
|
<style name="Operator" foreground="#aaaaaa"/>
|
||||||
|
<style name="Overloaded Operator"/>
|
||||||
<style name="Parentheses" foreground="#ff5555" background="#333333"/>
|
<style name="Parentheses" foreground="#ff5555" background="#333333"/>
|
||||||
<style name="ParenthesesMismatch" background="#800080"/>
|
<style name="ParenthesesMismatch" background="#800080"/>
|
||||||
<style name="AutoComplete" foreground="#a0a0ff" background="#333333"/>
|
<style name="AutoComplete" foreground="#a0a0ff" background="#333333"/>
|
||||||
|
@@ -25,7 +25,9 @@
|
|||||||
<style name="Function" background="#ffffff"/>
|
<style name="Function" background="#ffffff"/>
|
||||||
<style name="Keyword" foreground="#808000"/>
|
<style name="Keyword" foreground="#808000"/>
|
||||||
<style name="PrimitiveType" foreground="#808000"/>
|
<style name="PrimitiveType" foreground="#808000"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator"/>
|
<style name="Operator"/>
|
||||||
|
<style name="Overloaded Operator" background="#ffffff"/>
|
||||||
<style name="Preprocessor" foreground="#000080"/>
|
<style name="Preprocessor" foreground="#000080"/>
|
||||||
<style name="Label" foreground="#800000"/>
|
<style name="Label" foreground="#800000"/>
|
||||||
<style name="Comment" foreground="#008000"/>
|
<style name="Comment" foreground="#008000"/>
|
||||||
|
@@ -22,7 +22,9 @@
|
|||||||
<style name="Link" foreground="#0000ff"/>
|
<style name="Link" foreground="#0000ff"/>
|
||||||
<style name="Local"/>
|
<style name="Local"/>
|
||||||
<style name="Number" foreground="#3f3f3f"/>
|
<style name="Number" foreground="#3f3f3f"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator"/>
|
<style name="Operator"/>
|
||||||
|
<style name="Overloaded Operator"/>
|
||||||
<style name="Parentheses" background="#e3e3e3" bold="true"/>
|
<style name="Parentheses" background="#e3e3e3" bold="true"/>
|
||||||
<style name="ParenthesesMismatch" background="#808080"/>
|
<style name="ParenthesesMismatch" background="#808080"/>
|
||||||
<style name="AutoComplete" foreground="#303030" background="#d0d0d0"/>
|
<style name="AutoComplete" foreground="#303030" background="#d0d0d0"/>
|
||||||
|
@@ -31,7 +31,9 @@
|
|||||||
<style name="Occurrences" foreground="#000000" background="#616161"/>
|
<style name="Occurrences" foreground="#000000" background="#616161"/>
|
||||||
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
|
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
|
||||||
<style name="Occurrences.Unused" foreground="#808000"/>
|
<style name="Occurrences.Unused" foreground="#808000"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#cfbfad"/>
|
<style name="Operator" foreground="#cfbfad"/>
|
||||||
|
<style name="Overloaded Operator"/>
|
||||||
<style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/>
|
<style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/>
|
||||||
<style name="ParenthesesMismatch" background="#404040"/>
|
<style name="ParenthesesMismatch" background="#404040"/>
|
||||||
<style name="AutoComplete" foreground="#ffff00" background="#4e4e8f"/>
|
<style name="AutoComplete" foreground="#ffff00" background="#4e4e8f"/>
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
<style name="Local" foreground="#000000"/>
|
<style name="Local" foreground="#000000"/>
|
||||||
<style name="Number" foreground="#0000ff"/>
|
<style name="Number" foreground="#0000ff"/>
|
||||||
<style name="Operator" foreground="#000000"/>
|
<style name="Operator" foreground="#000000"/>
|
||||||
|
<style name="Overloaded Operator" foreground="#000000"/>
|
||||||
<style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
|
<style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
|
||||||
<style name="ParenthesesMismatch" background="#ff00ff"/>
|
<style name="ParenthesesMismatch" background="#ff00ff"/>
|
||||||
<style name="AutoComplete" foreground="#ff0000" background="#c3e1ff"/>
|
<style name="AutoComplete" foreground="#ff0000" background="#c3e1ff"/>
|
||||||
|
@@ -31,7 +31,9 @@
|
|||||||
<style name="Function"/>
|
<style name="Function"/>
|
||||||
<style name="Keyword" foreground="#78d7ec" italic="true"/>
|
<style name="Keyword" foreground="#78d7ec" italic="true"/>
|
||||||
<style name="PrimitiveType" foreground="#ff8080"/>
|
<style name="PrimitiveType" foreground="#ff8080"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#a6e22e"/>
|
<style name="Operator" foreground="#a6e22e"/>
|
||||||
|
<style name="Overloaded Operator"/>
|
||||||
<style name="Preprocessor" foreground="#f92672"/>
|
<style name="Preprocessor" foreground="#f92672"/>
|
||||||
<style name="Label" foreground="#ffff55"/>
|
<style name="Label" foreground="#ffff55"/>
|
||||||
<style name="Comment" foreground="#75715e" italic="true"/>
|
<style name="Comment" foreground="#75715e" italic="true"/>
|
||||||
|
@@ -31,7 +31,9 @@
|
|||||||
<style name="Function" foreground="#839496"/>
|
<style name="Function" foreground="#839496"/>
|
||||||
<style name="Keyword" foreground="#709d06"/>
|
<style name="Keyword" foreground="#709d06"/>
|
||||||
<style name="PrimitiveType" foreground="#808000"/>
|
<style name="PrimitiveType" foreground="#808000"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#839496"/>
|
<style name="Operator" foreground="#839496"/>
|
||||||
|
<style name="Overloaded Operator" foreground="#839496"/>
|
||||||
<style name="Preprocessor" foreground="#cb4b16"/>
|
<style name="Preprocessor" foreground="#cb4b16"/>
|
||||||
<style name="Label" foreground="#268bd2" bold="true"/>
|
<style name="Label" foreground="#268bd2" bold="true"/>
|
||||||
<style name="Comment" foreground="#586e75" italic="true"/>
|
<style name="Comment" foreground="#586e75" italic="true"/>
|
||||||
|
@@ -31,7 +31,9 @@
|
|||||||
<style name="Function" foreground="#657b83"/>
|
<style name="Function" foreground="#657b83"/>
|
||||||
<style name="Keyword" foreground="#709d06"/>
|
<style name="Keyword" foreground="#709d06"/>
|
||||||
<style name="PrimitiveType" foreground="#808000"/>
|
<style name="PrimitiveType" foreground="#808000"/>
|
||||||
|
<style name="Punctuation"/>
|
||||||
<style name="Operator" foreground="#657b83"/>
|
<style name="Operator" foreground="#657b83"/>
|
||||||
|
<style name="Overloaded Operator" foreground="#657b83"/>
|
||||||
<style name="Preprocessor" foreground="#cb4b16"/>
|
<style name="Preprocessor" foreground="#cb4b16"/>
|
||||||
<style name="Label" foreground="#268bd2" bold="true"/>
|
<style name="Label" foreground="#268bd2" bold="true"/>
|
||||||
<style name="Comment" foreground="#93a1a1" italic="true"/>
|
<style name="Comment" foreground="#93a1a1" italic="true"/>
|
||||||
|
Reference in New Issue
Block a user