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

Method CopyText

scintilla/src/Editor.cxx:6181–6187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6179}
6180
6181void Editor::CopyText ( int length, const char *text )
6182{
6183 SelectionText selectedText;
6184 selectedText.Copy ( text, length + 1,
6185 pdoc->dbcsCodePage, vs.styles[STYLE_DEFAULT].characterSet, false, false );
6186 CopyToClipboard ( selectedText );
6187}
6188
6189void Editor::SetDragPosition ( SelectionPosition newPos )
6190{

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.45

Tested by

no test coverage detected