QScintilla/Lexers/LexerCPP.py

changeset 1444
552d2d74f5cf
parent 1131
7781e396c903
child 1509
c0b5e693b0eb
diff -r 9b9396fc54aa -r 552d2d74f5cf QScintilla/Lexers/LexerCPP.py
--- a/QScintilla/Lexers/LexerCPP.py	Sun Nov 13 19:14:57 2011 +0100
+++ b/QScintilla/Lexers/LexerCPP.py	Sun Nov 13 19:56:47 2011 +0100
@@ -59,6 +59,11 @@
             self.setStylePreprocessor(Preferences.getEditor("CppStylePreprocessor"))
         except AttributeError:
             pass
+        try:
+            self.setHighlightTripleQuotedStrings(
+                Preferences.getEditor("CppHighlightTripleQuotedStrings"))
+        except AttributeError:
+            pass
     
     def autoCompletionWordSeparators(self):
         """

eric ide

mercurial