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

Code Editor - Paste

String Code Editor UI Command GrooperReview.Controls

Pastes the clipboard content at the current cursor position.

Remarks

The Paste command inserts the contents of the clipboard at the current cursor position or replaces the current selection.

Usage Guidance

  • Use this command to insert previously cut or copied text into the editor.
  • Available from the context menu or by pressing Ctrl + V.
  • If text is selected, it will be replaced by the pasted content.

Interactive Behavior

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

Notification