Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ SetStylingBits
Method
SetStylingBits
scintilla/src/Document.cxx:1666–1669 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1664
}
1665
1666
void Document::SetStylingBits(int bits) {
1667
stylingBits = bits;
1668
stylingBitsMask = (1 << stylingBits) - 1;
1669
}
1670
1671
void SCI_METHOD Document::StartStyling(int position, char mask) {
1672
stylingMask = mask;
Callers
1
WndProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected