Copy

Contents  Previous  Next

 

Menu: Edit > Copy

 

Default Shortcut Key: Ctrl+C

 

Macro function: Copy()

 

The Copy command copies the selected text in the current file onto the current clipboard.  The current clipboard might be the Windows clipboard or one of Boxer's eight internal clipboards.  See the Edit | Set Clipboard command for details on changing the current clipboard.

 

If text is not selected, the Copy command will operate on the current line.  This behavior can be controlled on the Configure | Preferences | Editing options page.  The option is titled Cut/Copy/Append commands use current line when no text is selected.

 

When a columnar selection (Block | Select Columnar) is placed on the clipboard, any under-length lines within the selected range will be extended with Spaces to match the width of the rectangular text block.  This ensures that the block will behave as expected if the Paste command is later used to insert the text at a new location.  Likewise, any Tab characters within the selected region will be converted to Spaces before being placed on the clipboard.

 

bm2Boxer's clipboard commands will sense the type of text data being placed on the Windows clipboard and, when appropriate, use a more descriptive clipboard format to tag that data.  For example, when Boxer senses that HTML code is being copied to the clipboard, the text will also be placed in the HTML clipboard format.  This enables a conforming program to paste the data more intelligently.  Boxer will also tag Rich Text data (RTF) and Comma-Separated Value (CSV).