QScintilla/Editor.py

changeset 2980
2cb4e3c50b37
parent 2965
d133c7edd88a
child 2994
5ae1349b8fb4
equal deleted inserted replaced
2979:e2eee1b09664 2980:2cb4e3c50b37
5260 def toggleFlakesWarning(self, line, warning, msg="", 5260 def toggleFlakesWarning(self, line, warning, msg="",
5261 warningType=WarningCode): 5261 warningType=WarningCode):
5262 """ 5262 """
5263 Public method to toggle a flakes warning indicator. 5263 Public method to toggle a flakes warning indicator.
5264 5264
5265 Note: This method is used to set PEP 8 warnings as well. 5265 Note: This method is used to set code style warnings as well.
5266 5266
5267 @param line line number of the flakes warning 5267 @param line line number of the flakes warning
5268 @param warning flag indicating if the warning marker should be 5268 @param warning flag indicating if the warning marker should be
5269 set or deleted (boolean) 5269 set or deleted (boolean)
5270 @param msg warning message (string) 5270 @param msg warning message (string)

eric ide

mercurial