31 self.commentString = "#" |
31 self.commentString = "#" |
32 self.streamCommentString = { |
32 self.streamCommentString = { |
33 'start': '###\n', |
33 'start': '###\n', |
34 'end': '\n###' |
34 'end': '\n###' |
35 } |
35 } |
36 |
36 |
|
37 self.keywordSetDescriptions = [ |
|
38 self.tr("Keywords"), |
|
39 self.tr("Secondary keywords"), |
|
40 self.tr("Unused"), |
|
41 self.tr("Global classes"), |
|
42 ] |
|
43 |
37 def initProperties(self): |
44 def initProperties(self): |
38 """ |
45 """ |
39 Public slot to initialize the properties. |
46 Public slot to initialize the properties. |
40 """ |
47 """ |
41 self.setDollarsAllowed( |
48 self.setDollarsAllowed( |