Reversing order of objects
Sometimes it's useful to change order of selected objects, making bottom-most go topmost and vice versa.
I understand possible complications — what would AI do when selected objects have other unselected objects between them (meaning order)?
For example, I have these objects in Layers:
A
1
B
C
2
3
I select 1,2,3 and do proposed 'Reverse order' command.
I expect order to become this:
A
3
B
C
2
1
I see two fitting places for this command: Layers palette menu or Object > Arrange
It's scriptable, but I would like to have it by default.

-
Yes, I found there's already a way to do exactly this in Layets palette menu (I have no idea how I missed it), but it requires me to select objects in Layers again. And AI has no automated way to do it.