XTREE enhancement: new PopupMenu option to print the tree:
Print,$PRINT
Selecting the option is equivalent to using the XTROP_PRINT opcode, except doesn't require exiting the current tree operation.
To globally add the option to all trees, add the following to the MIAME.INI:
SBR=XTREE_PRINT
The text for the automatically-added menu items is taken from SBRMSG.xxx message 026,003, which defaults simply to:
026,003,Print
If globally enabled, you can disable it by adding the following item to an explicit PopupMenu definition:
PopupMenu=,-$PRINT