Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetLineStart
Method
SetLineStart
scintilla/src/CellBuffer.cxx:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void LineVector::SetLineStart(int line, int position) {
60
starts.SetPartitionStartPosition(line, position);
61
}
62
63
void LineVector::RemoveLine(int line) {
64
starts.RemovePartition(line);
Callers
4
ResetLineEnds
Method · 0.45
BasicInsertString
Method · 0.45
BasicDeleteChars
Method · 0.45
LayoutLine
Method · 0.45
Calls
1
SetPartitionStartPosition
Method · 0.80
Tested by
no test coverage detected