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

Method GapPosition

scintilla/src/Document.h:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 const char * SCI_METHOD BufferPointer() { return cb.BufferPointer(); }
308 const char *RangePointer(int position, int rangeLength) { return cb.RangePointer(position, rangeLength); }
309 int GapPosition() const { return cb.GapPosition(); }
310
311 int SCI_METHOD GetLineIndentation(int line);
312 void SetLineIndentation(int line, int indent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected