Is it possible to add undo and redo buttons to a toolbar of data tables and/or reports? I found an options menu for customizing menus and toolbars (right click toolbar area -> Customize -> Menus and Toolbars), but I don't see a way to add undo and redo icons to the toolbar even though the commands are available on the Edit menu.
This is using JMP Pro 15.1.
for redo you have to put in the menu
mainmenu("edit:redo");
I made a wishlist item for ctrl+shift+z if that's of any interest to you.
main menu("undo")
and
main menu("redo")
for redo you have to put in the menu
mainmenu("edit:redo");
I made a wishlist item for ctrl+shift+z if that's of any interest to you.