Small Feature Wish

 From:  Michael Gibson
3756.10 In reply to 3756.8 
Oops, missed this one:

> I would still find it useful to pu the "Plane" button
> in said toolbar - left click = activate right click =
> reset(assuming this is possible).

For this one, open up the file SidePane.htm, that contains all the palettes of stuff on the right-hand side, then go to the cplane button (search for the text CPlane, it's on line #617) and copy out the <moi:CommandButton> for it, paste that into the end of the CommandBar.htm file and you'll have the cplane button down there on the bottom.

You can move other buttons over the same way. Some buttons are part of a "command set", like the little booleans menu thing, those buttons are actually in small .htm files in the \commands sub-folder, like the boolean menu is in the file Booleans.htm in that commands folder, the buttons for the individual boolean commands are in there.

- Michael