--- a/QScintilla/Lexers/LexerProperties.py Sat Mar 12 13:47:25 2011 +0100 +++ b/QScintilla/Lexers/LexerProperties.py Sat Mar 12 17:42:26 2011 +0100 @@ -33,6 +33,10 @@ Public slot to initialize the properties. """ self.setFoldCompact(Preferences.getEditor("AllFoldCompact")) + try: + self.setInitialSpaces(Preferences.getEditor("PropertiesInitialSpaces")) + except AttributeError: + pass def isCommentStyle(self, style): """