| 1837 | } |
| 1838 | |
| 1839 | void Document::IncrementStyleClock() { |
| 1840 | styleClock = (styleClock + 1) % 0x100000; |
| 1841 | } |
| 1842 | |
| 1843 | void SCI_METHOD Document::DecorationFillRange(int position, int value, int fillLength) { |
| 1844 | if (decorations.FillRange(position, value, fillLength)) { |