		T_REG.VDM
		=========

Copy / Paste text registers visually.

The macro displays the contents of clipboard and text registers 0-99
in a window. The number in the first column is the register number
(C = ClipBoard). After that, the contents of the reigister is
displayed. Newlines are displayed as .
 
You can then select a register to paste in the file you are
editing, or copy a block from the file into the selected text
register.

The following keys can used while running the macro:

Up/Down	- Select a register.
Return  - Paste the contents of selected register into the file
	  and exit macro.
0-9	- Paste register 0-9 and exit macro.
Numpad*	- Paste register 0 and exit macro
C	- Paste ClipBoard and exit macro.
Ins	- Copy highlighted block to selected text register.
	  If no block is highlighted, copy cursor line to t-reg.
Del	- Clear selected text register.
Esc	- Cancel, exit macro

Note: Del key can be used for clearing Clipboard only if you have
Vedit 6.12 or later. In older versions, Clipboard can not be cleared,
and you hear a beep sound instead.


		Usage:

For easy access to the function, include it in your user menu.
Then configure a keyboard shortcut for the menu item. I recommend
using the key Numpad-* (which performs text register insert in
the standard Vedit keyboard configuration).

You can then use the same keyboard commands as before to insert text
register contents, but in addition, you are able to see the register
contents before inserting, and you have the options to insert or delete
text registers.

Examples of key sequences:
 - Press numpad* twice to paste text register 0 (the scratchpad).
 - Numpad* - Ins - Numpad* to duplicate cursor line (when no block
   is selected)

