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

Method BackStep

scintilla/src/Partitioning.h:71–76  ·  view source on GitHub ↗

Move step backward

Source from the content-addressed store, hash-verified

69
70 // Move step backward
71 void BackStep(int partitionDownTo) {
72 if (stepLength != 0) {
73 body->RangeAddDelta(partitionDownTo+1, stepPartition+1, -stepLength);
74 }
75 stepPartition = partitionDownTo;
76 }
77
78 void Allocate(int growSize) {
79 body = new SplitVectorWithRangeAdd(growSize);

Callers

nothing calls this directly

Calls 1

RangeAddDeltaMethod · 0.80

Tested by

no test coverage detected