QScintilla/Lexers/LexerCPP.py

changeset 3654
ffeb85cdc72d
parent 3539
0c2dc1446ebf
child 3656
441956d8fce5
--- a/QScintilla/Lexers/LexerCPP.py	Sat Jun 28 16:26:02 2014 +0200
+++ b/QScintilla/Lexers/LexerCPP.py	Sun Jun 29 14:00:30 2014 +0200
@@ -115,3 +115,11 @@
         @return string giving the keywords (string) or None
         """
         return QsciLexerCPP.keywords(self, kwSet)
+    
+    def maximumKeywordSet(self):
+        """
+        Public method to get the maximum keyword set.
+        
+        @return maximum keyword set (integer)
+        """
+        return 4

eric ide

mercurial