Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetPerLine
Method
SetPerLine
scintilla/src/CellBuffer.cxx:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void LineVector::SetPerLine(PerLine *pl) {
43
perLine = pl;
44
}
45
46
void LineVector::InsertText(int line, int delta) {
47
starts.InsertText(line, delta);
Callers
1
Document
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected