QScintilla/QsciScintillaCompat.py

changeset 6038
b9d2063e610e
parent 6031
ccab25598d90
child 6048
82ad8ec9548c
--- a/QScintilla/QsciScintillaCompat.py	Fri Dec 22 19:52:58 2017 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Sat Dec 23 16:30:40 2017 +0100
@@ -242,14 +242,6 @@
         """
         self.SendScintilla(QsciScintilla.SCI_SETSTYLING, length, style)
     
-    def setStyleBits(self, bits):
-        """
-        Public method to set the number of bits to be used for styling.
-        
-        @param bits number of style bits (integer)
-        """
-        self.SendScintilla(QsciScintilla.SCI_SETSTYLEBITS, bits)
-    
     def charAt(self, pos):
         """
         Public method to get the character at a position in the text observing

eric ide

mercurial