QScintilla/Lexers/LexerPython.py

changeset 826
2e3e2055e715
parent 802
e8882d16384c
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
--- a/QScintilla/Lexers/LexerPython.py	Fri Jan 07 12:38:39 2011 +0100
+++ b/QScintilla/Lexers/LexerPython.py	Fri Jan 07 15:52:50 2011 +0100
@@ -51,7 +51,7 @@
         self.setFoldComments(Preferences.getEditor("PythonFoldComment"))
         self.setFoldQuotes(Preferences.getEditor("PythonFoldString"))
         if not Preferences.getEditor("PythonAutoIndent"):
-           self.setAutoIndentStyle(QsciScintilla.AiMaintain)
+            self.setAutoIndentStyle(QsciScintilla.AiMaintain)
         try:
             self.setV2UnicodeAllowed(Preferences.getEditor("PythonAllowV2Unicode"))
             self.setV3BinaryOctalAllowed(Preferences.getEditor("PythonAllowV3Binary"))

eric ide

mercurial