.addItem(getString("menus.matchNodeHeight"), new NodeActions.SameWidth(context,false))
.separator()
.addItem(getString("menus.groupSelection"), "G", new NodeActions.GroupSelection(context))
.addItem(getString("menus.ungroupSelection"), "shift G", new NodeActions.UngroupSelection(context))
.separator()
.addItem(getString("menus.createSymbol"), new CreateSymbol(context))
.addItem(getString("menus.createResizableShape"), new CreateResizableShape(context))
.addItem(getString("menus.editResizableShape"), new CreateResizableShape.Edit(context))
.addItem(getString("menus.duplicateNode"), new NodeActions.DuplicateNodesAction(context,true))
.separator()
.addItem(getString("menus.resetTransforms"), new NodeActions.ResetTransforms(context))