QScintilla/Lexers/Lexer.py

branch
sub_styles
changeset 6845
4680adb641e0
parent 6645
ad476851d7e0
child 6858
9d962e654978
--- a/QScintilla/Lexers/Lexer.py	Sat Mar 09 10:04:18 2019 +0100
+++ b/QScintilla/Lexers/Lexer.py	Sat Mar 09 17:36:44 2019 +0100
@@ -243,3 +243,12 @@
         @return lexer name (string)
         """
         return self.lexer()
+    
+    def hasSubStyles(self):
+        """
+        Public method to indicate the support of sub-styles.
+        
+        @return flag indicating sub-styling support
+        @rtype bool
+        """
+        return False

eric ide

mercurial