QScintilla/Lexers/LexerPostScript.py

changeset 3654
ffeb85cdc72d
parent 3515
1b8381afe38f
child 3656
441956d8fce5
equal deleted inserted replaced
3653:942c9c625bc9 3654:ffeb85cdc72d
63 63
64 @param kwSet number of the keyword set (integer) 64 @param kwSet number of the keyword set (integer)
65 @return string giving the keywords (string) or None 65 @return string giving the keywords (string) or None
66 """ 66 """
67 return QsciLexerPostScript.keywords(self, kwSet) 67 return QsciLexerPostScript.keywords(self, kwSet)
68
69 def maximumKeywordSet(self):
70 """
71 Public method to get the maximum keyword set.
72
73 @return maximum keyword set (integer)
74 """
75 return 5

eric ide

mercurial