comparison: src/eric7/RemoteServer/EricRequestCategory.py
src/eric7/RemoteServer/EricRequestCategory.py
- branch
- server
- changeset 10774
- 7f7ff7456904
- parent 10767
- b3672d3e7644
- child 11090
- f5f5f5803935
equal
deleted
inserted
replaced
17 |
17 |
18 FileSystem = 0 |
18 FileSystem = 0 |
19 Project = 1 |
19 Project = 1 |
20 Debugger = 2 |
20 Debugger = 2 |
21 Coverage = 3 |
21 Coverage = 3 |
|
22 EditorConfig = 4 |
22 |
23 |
23 Echo = 252 |
24 Echo = 252 |
24 Server = 253 |
25 Server = 253 |
25 Error = 254 # only sent by the server to report an issue |
26 Error = 254 # only sent by the server to report an issue |
26 Generic = 255 |
27 Generic = 255 |