QScintilla/Lexers/LexerTeX.py

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

eric ide

mercurial