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

Method Set

scintilla/src/Editor.cxx:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 return ll;
432 }
433 void Set ( LineLayout *ll_ ) {
434 llc.Dispose ( ll );
435 ll = ll_;
436 }
437};
438
439SelectionPosition Editor::ClampPositionIntoDocument ( SelectionPosition sp ) const

Callers 1

PaintMethod · 0.45

Calls 1

DisposeMethod · 0.80

Tested by

no test coverage detected