QScintilla/Lexers/LexerPython.py

changeset 3654
ffeb85cdc72d
parent 3591
2f2a4a76dd22
child 3656
441956d8fce5
child 3732
88b9be051ce9
diff -r 942c9c625bc9 -r ffeb85cdc72d QScintilla/Lexers/LexerPython.py
--- a/QScintilla/Lexers/LexerPython.py	Sat Jun 28 16:26:02 2014 +0200
+++ b/QScintilla/Lexers/LexerPython.py	Sun Jun 29 14:00:30 2014 +0200
@@ -156,3 +156,11 @@
         @return string giving the keywords (string) or None
         """
         return QsciLexerPython.keywords(self, kwSet)
+    
+    def maximumKeywordSet(self):
+        """
+        Public method to get the maximum keyword set.
+        
+        @return maximum keyword set (integer)
+        """
+        return 2

eric ide

mercurial