MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / copy

Method copy

3rdparty/unioncode-qscintilla214/src/qsciscintilla.cpp:2516–2519  ·  view source on GitHub ↗

Copy text to the clipboard.

Source from the content-addressed store, hash-verified

2514
2515// Copy text to the clipboard.
2516void QsciScintilla::copy()
2517{
2518 SendScintilla(SCI_COPY);
2519}
2520
2521
2522// Cut text to the clipboard.

Callers 3

submoduleRemoveMethod · 0.80
actionFactoryMethod · 0.80
cloneSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected