Show TOC

Function documentationClipboard Ring Locate this document in the navigation structure

 

You use this feature to copy, cut and paste text while you edit your source code. The clipboard ring can store block selections and regular code fragments.

Features

  • When you copy or cut text, the fragments are stored in a clipboard storage known as the clipboard ring. There you can choose between different copied fragments and paste them back into your code. The clipboard can store up to 12 items, which are displayed in historical sequence and use the last-in-first-out logic.

  • To append a selected block to the clipboard contents, right-click in the code and choose   More   Copy-Append To Clipboard   or Cut-Append to Clipboard .

  • To open the Extended paste menu, right-click in the code and choose  More   Extended Paste  or press CTRL+SHIFT+V.

  • To insert date and time in different formats, right-click in the code and choose   More   Extended Paste  .

This graphic is explained in the accompanying text.

Extended Paste

Multiple Clipboard Formats

The Front-End Editor supports multiple clipboard formats, such as plain text, RTF, and HTML. You can also paste WYSIWYG text in Microsoft Word or Microsoft Outlook. Unicode encoding is also supported, allowing you to copy and paste Unicode characters.

More Information

Using Buffers

Block Selection