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

Method CopyAllowLine

scintilla/src/Editor.cxx:4290–4295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4288}
4289
4290void Editor::CopyAllowLine()
4291{
4292 SelectionText selectedText;
4293 CopySelectionRange ( &selectedText, true );
4294 CopyToClipboard ( selectedText );
4295}
4296
4297void Editor::Cut()
4298{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected