Please enable JavaScript to view this site.

A-Shell Development History

Add support for copying selected items to clipboard. To add an option to the context menu to copy selected items to clipboard, add an entry to your PopupMenu containing the new $COPY special command, e.g.

PopupMenu=Copy to clipboard,$COPY~~

Note: this is now automatic when the SBR=XTREE_EXPTSV flag is specified in the miame.ini.

To support the Windows standard keyboard command Ctrl+C to copy the selected items to the clipboard, specify the new flag XTF2_CTRLC_COPY (&h00100000).

Note that in order to copy more than one item to the clipboard, the tree will need to support multiple selections (XTF_MSEL); otherwise only the current item will be copied. Also note that hidden columns are not included.