QScintilla/Lexers/LexerProperties.py

changeset 3011
18292228c724
parent 2965
d133c7edd88a
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3010:befeff46ec0f 3011:18292228c724
32 """ 32 """
33 Public slot to initialize the properties. 33 Public slot to initialize the properties.
34 """ 34 """
35 self.setFoldCompact(Preferences.getEditor("AllFoldCompact")) 35 self.setFoldCompact(Preferences.getEditor("AllFoldCompact"))
36 try: 36 try:
37 self.setInitialSpaces(Preferences.getEditor("PropertiesInitialSpaces")) 37 self.setInitialSpaces(
38 Preferences.getEditor("PropertiesInitialSpaces"))
38 except AttributeError: 39 except AttributeError:
39 pass 40 pass
40 41
41 def isCommentStyle(self, style): 42 def isCommentStyle(self, style):
42 """ 43 """

eric ide

mercurial