--- a/QScintilla/Lexers/__init__.py Fri Oct 18 23:00:41 2013 +0200 +++ b/QScintilla/Lexers/__init__.py Fri Nov 01 15:48:48 2013 +0100 @@ -135,7 +135,7 @@ "TeX": [QApplication.translate('Lexers', "TeX"), 'dummy.tex', "lexerTeX.png"], "VHDL": [QApplication.translate('Lexers', "VHDL"), 'dummy.vhd', - "lexerVHDL.png"], + "lexerVHDL.png"], "XML": [QApplication.translate('Lexers', "XML"), 'dummy.xml', "lexerXML.png"], "YAML": [QApplication.translate('Lexers', "YAML"), 'dummy.yml', @@ -195,7 +195,8 @@ return LexerPython(language, parent) elif language == "C++": from .LexerCPP import LexerCPP - return LexerCPP(parent, + return LexerCPP( + parent, Preferences.getEditor("CppCaseInsensitiveKeywords")) elif language == "C#": from .LexerCSharp import LexerCSharp