QScintilla/Lexers/Lexer.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
53 """ 53 """
54 return self.commentString 54 return self.commentString
55 55
56 def canBlockComment(self): 56 def canBlockComment(self):
57 """ 57 """
58 Public method to determine, whether the lexer language supports a 58 Public method to determine, whether the lexer language supports a
59 block comment. 59 block comment.
60 60
61 @return flag (boolean) 61 @return flag (boolean)
62 """ 62 """
63 return self.commentString != "" 63 return self.commentString != ""

eric ide

mercurial