| 1354 | } |
| 1355 | |
| 1356 | GlyphIterator ZepBuffer::GetLastEditLocation() |
| 1357 | { |
| 1358 | if (!m_lastEditLocation.Valid()) |
| 1359 | { |
| 1360 | m_lastEditLocation = GlyphIterator(this, 0); |
| 1361 | } |
| 1362 | return m_lastEditLocation; |
| 1363 | } |
| 1364 | |
| 1365 | ZepMode* ZepBuffer::GetMode() const |
| 1366 | { |
no test coverage detected