src/eric7/WebBrowser/GreaseMonkey/GreaseMonkeyScript.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10485
287a3ae95e00
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
35 @signal scriptChanged() emitted to indicate a script change 35 @signal scriptChanged() emitted to indicate a script change
36 @signal updatingChanged(bool) emitted to indicate a change of the 36 @signal updatingChanged(bool) emitted to indicate a change of the
37 updating state 37 updating state
38 """ 38 """
39 39
40 # TODO: change this to an enum
40 DocumentStart = 0 41 DocumentStart = 0
41 DocumentEnd = 1 42 DocumentEnd = 1
42 DocumentIdle = 2 43 DocumentIdle = 2
43 44
44 scriptChanged = pyqtSignal() 45 scriptChanged = pyqtSignal()

eric ide

mercurial