Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Code Editor - Copy

String Code Editor UI Command GrooperReview.Controls

Copies the current selection to the clipboard.

Remarks

The Copy command duplicates the selected text and places it on the clipboard, leaving the original text unchanged.

Usage Guidance

  • Use this command to copy text for use elsewhere in the editor or in other applications.
  • Available from the context menu or by pressing Ctrl + C.
  • The copied text can be pasted using the Paste command.

Interactive Behavior

  • The command is executed client-side using the browser clipboard API.
  • Disabled if no text is selected.

Notification