QScintilla/Editor.py

changeset 163
8f0630371845
parent 162
28f235c426c4
child 206
e24ba21c6d3a
diff -r 28f235c426c4 -r 8f0630371845 QScintilla/Editor.py
--- a/QScintilla/Editor.py	Wed Mar 31 11:59:53 2010 +0000
+++ b/QScintilla/Editor.py	Wed Mar 31 12:03:43 2010 +0000
@@ -1368,9 +1368,6 @@
         # now set the lexer properties
         self.lexer_.initProperties()
         
-##        # initialize the auto indent style of the lexer
-##        ais = self.lexer_.autoIndentStyle()
-##        
         # initialize the lexer APIs settings
         api = self.vm.getAPIsManager().getAPIs(self.apiLanguage)
         if api is not None:
@@ -3111,9 +3108,6 @@
         if self.lexer_ is not None:
             self.lexer_.readSettings(Preferences.Prefs.settings, "Scintilla")
             self.lexer_.initProperties()
-##            
-##            # initialize the auto indent style of the lexer
-##            ais = self.lexer_.autoIndentStyle()
         
         # read the typing completer settings
         if self.completer is not None:

eric ide

mercurial