| 331 | } |
| 332 | char SCI_METHOD StyleAt(int position) const { return cb.StyleAt(position); } |
| 333 | void GetStyleRange(unsigned char *buffer, int position, int lengthRetrieve) const { |
| 334 | cb.GetStyleRange(buffer, position, lengthRetrieve); |
| 335 | } |
| 336 | int GetMark(int line); |
| 337 | int MarkerNext(int lineStart, int mask) const; |
| 338 | int AddMark(int line, int markerNum); |
nothing calls this directly
no outgoing calls
no test coverage detected