| 4288 | } |
| 4289 | |
| 4290 | void Editor::CopyAllowLine() |
| 4291 | { |
| 4292 | SelectionText selectedText; |
| 4293 | CopySelectionRange ( &selectedText, true ); |
| 4294 | CopyToClipboard ( selectedText ); |
| 4295 | } |
| 4296 | |
| 4297 | void Editor::Cut() |
| 4298 | { |
nothing calls this directly
no outgoing calls
no test coverage detected