MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SetVirtualSpace

Method SetVirtualSpace

scintilla/src/Selection.h:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return virtualSpace;
45 }
46 void SetVirtualSpace(int virtualSpace_) {
47 PLATFORM_ASSERT(virtualSpace_ < 800000);
48 if (virtualSpace_ >= 0)
49 virtualSpace = virtualSpace_;
50 }
51 void Add(int increment) {
52 position = position + increment;
53 }

Callers 7

DelCharBackMethod · 0.80
CursorUpOrDownMethod · 0.80
KeyCommandMethod · 0.80
WndProcMethod · 0.80
ClearVirtualSpaceMethod · 0.80
MinimizeVirtualSpaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected