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

Code Editor - Cut

String Code Editor UI Command GrooperReview.Controls

Cuts the current selection and copies it to the clipboard.

Remarks

The Cut command removes the selected text from the editor and places it on the clipboard.

Usage Guidance

  • Use this command to move text within the editor or to another application.
  • Available from the context menu or by pressing Ctrl + X.
  • After cutting, the text can be pasted elsewhere using the Paste command.

Interactive Behavior

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

Notification