QScintilla/Lexers/Lexer.py

changeset 3654
ffeb85cdc72d
parent 3515
1b8381afe38f
child 4021
195a471c327b
--- a/QScintilla/Lexers/Lexer.py	Sat Jun 28 16:26:02 2014 +0200
+++ b/QScintilla/Lexers/Lexer.py	Sun Jun 29 14:00:30 2014 +0200
@@ -226,6 +226,16 @@
         else:
             return self.defaultKeywords(kwSet)
     
+    def maximumKeywordSet(self):
+        """
+        Public method to get the maximum keyword set.
+        
+        Note: A return value of 0 indicates to determine this dynamically.
+        
+        @return maximum keyword set (integer)
+        """
+        return 0
+    
     def lexerName(self):
         """
         Public method to return the lexer name.

eric ide

mercurial