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() |