MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / editEndCol

Method editEndCol

src/editor.cpp:1846–1850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1844}
1845
1846int RcxEditor::editEndCol() const {
1847 QString lineText = getLineText(m_sci, m_editState.line);
1848 int delta = lineText.size() - m_editState.linelenAfterReplace;
1849 return m_editState.spanStart + m_editState.original.size() + delta;
1850}
1851
1852void RcxEditor::clampEditSelection() {
1853 if (!m_editState.active) return;

Callers

nothing calls this directly

Calls 2

getLineTextFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected