| 49 | } |
| 50 | |
| 51 | void SCI_METHOD LexerSimple::Fold(unsigned int startPos, int lengthDoc, int initStyle, IDocument *pAccess) { |
| 52 | if (props.GetInt("fold")) { |
| 53 | Accessor astyler(pAccess, &props); |
| 54 | module->Fold(startPos, lengthDoc, initStyle, keyWordLists, astyler); |
| 55 | astyler.Flush(); |
| 56 | } |
| 57 | } |