QScintilla/Lexers/LexerPascal.py

changeset 167
7508e44f4853
parent 130
fcce4cc20d95
child 791
9ec2ac20e54e
equal deleted inserted replaced
166:11e9ed8ae18c 167:7508e44f4853
77 def defaultKeywords(self, kwSet): 77 def defaultKeywords(self, kwSet):
78 """ 78 """
79 Public method to get the default keywords. 79 Public method to get the default keywords.
80 80
81 @param kwSet number of the keyword set (integer) 81 @param kwSet number of the keyword set (integer)
82 @return string giving the keywords (string) or None
82 """ 83 """
83 return QsciLexerPascal.keywords(self, kwSet) 84 return QsciLexerPascal.keywords(self, kwSet)

eric ide

mercurial