comparison: src/eric7/RemoteServer/EricRequestCategory.py
src/eric7/RemoteServer/EricRequestCategory.py
- branch
- server
- changeset 10574
- 622e59b51640
- parent 10561
- be23a662d709
- child 10767
- b3672d3e7644
equal
deleted
inserted
replaced
16 """ |
16 """ |
17 |
17 |
18 FileSystem = 0 |
18 FileSystem = 0 |
19 Project = 1 |
19 Project = 1 |
20 Debugger = 2 |
20 Debugger = 2 |
|
21 Coverage = 3 |
21 |
22 |
22 Echo = 253 |
23 Echo = 253 |
23 Server = 254 |
24 Server = 254 |
24 Error = 255 # only sent by the server to report an issue |
25 Error = 255 # only sent by the server to report an issue |
25 |
26 |