QScintilla/Lexers/LexerPOV.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
36 self.boxCommentString = { 36 self.boxCommentString = {
37 'start': '/* ', 37 'start': '/* ',
38 'middle': ' * ', 38 'middle': ' * ',
39 'end': ' */' 39 'end': ' */'
40 } 40 }
41
42 self.keywordSetDescriptions = [
43 self.tr("Language directives"),
44 self.tr("Objects & CSG & Appearance"),
45 self.tr("Types & Modifiers & Items"),
46 self.tr("Predefined Identifiers"),
47 self.tr("Predefined Functions"),
48 self.tr("User defined 1"),
49 self.tr("User defined 2"),
50 self.tr("User defined 3"),
51 ]
41 52
42 def initProperties(self): 53 def initProperties(self):
43 """ 54 """
44 Public slot to initialize the properties. 55 Public slot to initialize the properties.
45 """ 56 """

eric ide

mercurial