| 1761 | } |
| 1762 | |
| 1763 | void SCI_METHOD Document::ChangeLexerState(int start, int end) { |
| 1764 | DocModification mh(SC_MOD_LEXERSTATE, start, end-start, 0, 0, 0); |
| 1765 | NotifyModified(mh); |
| 1766 | } |
| 1767 | |
| 1768 | StyledText Document::MarginStyledText(int line) { |
| 1769 | LineAnnotation *pla = static_cast<LineAnnotation *>(perLineData[ldMargin]); |