Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ VirtualSpace
Method
VirtualSpace
scintilla/src/Selection.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
virtualSpace = 0;
42
}
43
int VirtualSpace() const {
44
return virtualSpace;
45
}
46
void SetVirtualSpace(int virtualSpace_) {
47
PLATFORM_ASSERT(virtualSpace_ < 800000);
48
if (virtualSpace_ >= 0)
Callers
14
LocationFromPosition
Method · 0.80
DrawEOL
Method · 0.80
DrawLine
Method · 0.80
DrawCarets
Method · 0.80
AddCharUTF
Method · 0.80
InsertPaste
Method · 0.80
PasteRectangular
Method · 0.80
Clear
Method · 0.80
DelCharBack
Method · 0.80
KeyCommand
Method · 0.80
DropAt
Method · 0.80
WndProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected