MCPcopy Create free account
hub / github.com/WinMerge/winmerge / ComputeApparentLine

Method ComputeApparentLine

Src/GhostTextView.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201int CGhostTextView::ComputeApparentLine (int nRealLine) const
202{
203 return m_pGhostTextBuffer->ComputeApparentLine(nRealLine);
204}
205
206void CGhostTextView::GetTextWithoutEmptys (int nStartLine, int nStartChar,
207 int nEndLine, int nEndChar, CString &text,

Callers 7

popPositionMethod · 0.45
FlagMovedLinesMethod · 0.45
RightLineInMovedBlockMethod · 0.45
LeftLineInMovedBlockMethod · 0.45
AddSyncPointMethod · 0.45
OnX2YNextMethod · 0.45
GotoLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected