OK, how about this one (I'll ask this time before filing a report): Copying and pasting a group of objects creates them in the reverse order that the originals were created... this can be seen by incrementing a [value] object inside of an abstraction, then copying and pasting a number of them, i.e. create: 1 2 copy, paste and you'll get 4 3
I can make a patch demonstrating this if necessary, but I won't bother if this is known and there is reason for it.
It's an issue for me as I'm doing "instancing" in my abstractions and copy/pasting results in a "snaking" stream of instance-IDs
1 2 3 4 8 7 6 5
etc.
Again, if none of this makes sense give the word and I'll show an example.