Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetReadOnly
Method
SetReadOnly
scintilla/src/CellBuffer.cxx:491–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void CellBuffer::SetReadOnly(bool set) {
492
readOnly = set;
493
}
494
495
void CellBuffer::SetSavePoint() {
496
uh.SetSavePoint();
Callers
1
WndProc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected