| 93 | Colorer* colorer; |
| 94 | |
| 95 | struct Breakpoint |
| 96 | { |
| 97 | HWND tab; |
| 98 | unsigned int line; |
| 99 | bool valid; |
| 100 | }; |
| 101 | |
| 102 | std::vector<HWND> richEdits; |
| 103 | std::vector<HWND> attachedEdits; |
nothing calls this directly
no outgoing calls
no test coverage detected