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

Method Add

scintilla/src/Selection.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 virtualSpace = virtualSpace_;
50 }
51 void Add(int increment) {
52 position = position + increment;
53 }
54 bool IsValid() const {
55 return position >= 0;
56 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected