RedToolsMenu various tools
<>*list
*listToLibrary
adds the tools to the Library
*listToMenuLibrary
osx only. adds submenues plus a cmd+r shortcut to the Library menu.
*add(nameArray, function)
nameArray - in the form of [category, name].
function - the actual tool.
*makeWindow(position)
creates a separate window with a listview.
//--
RedToolsMenu.list;
RedToolsMenu.makeWindow(500@500);
RedToolsMenu.add(['system', 'my test tool'], {"this does nothing".warn})
RedToolsMenu.makeWindow
RedToolsMenu.listToMenuLibrary; //call this after adding tools to update the menu as well