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): |