MCPcopy Create free account
hub / github.com/cxasm/notepad-- / getBigTextBlockStartLine

Method getBigTextBlockStartLine

src/scintillaeditview.cpp:3602–3605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3600}
3601
3602quint32 ScintillaEditView::getBigTextBlockStartLine()
3603{
3604 return m_curBlockLineStartNum;
3605}
3606
3607void ScintillaEditView::setBigTextBlockStartLine(quint32 line)
3608{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected