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

Method DocModification

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

Source from the content-addressed store, hash-verified

468 int token;
469
470 DocModification(int modificationType_, int position_=0, int length_=0,
471 int linesAdded_=0, const char *text_=0, int line_=0) :
472 modificationType(modificationType_),
473 position(position_),
474 length(length_),
475 linesAdded(linesAdded_),
476 text(text_),
477 line(line_),
478 foldLevelNow(0),
479 foldLevelPrev(0),
480 annotationLinesAdded(0),
481 token(0) {}
482
483 DocModification(int modificationType_, const Action &act, int linesAdded_=0) :
484 modificationType(modificationType_),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected