============================================================================= Style_SetDefaultLexer()
| 2253 | // Style_SetDefaultLexer() |
| 2254 | // |
| 2255 | void Style_SetDefaultLexer ( HWND hwnd ) |
| 2256 | { |
| 2257 | Style_SetLexer ( hwnd, pLexArray[0] ); |
| 2258 | } |
| 2259 | |
| 2260 | |
| 2261 | //============================================================================= |
no test coverage detected