| 377 | bool SCI_METHOD SetStyleFor(int length, char style); |
| 378 | bool SCI_METHOD SetStyles(int length, const char *styles); |
| 379 | int GetEndStyled() { return endStyled; } |
| 380 | void EnsureStyledTo(int pos); |
| 381 | void LexerChanged(); |
| 382 | int GetStyleClock() { return styleClock; } |
no outgoing calls
no test coverage detected