Idea Summary
Exporting Apex application in a specific defined order
Use Case
I want to use a tool like WinMerge to compare the differences of an Apex export files of different instances. It is very easy to create regex filters to ignore the different ID of the items. But currently, the files are created with no order, so many chunks of the code are identical, but in a different position of the file.
Example: See that the whole “create_page_plugin” call is identical, but that chunk of code is in a different position in the file, thus making impossible to see the diffs.

Preferred Solution (Optional)
Would it be possible to export the code in the exact same order?
Example: By the ORDER (SEQ), NAME and then ID.
This way, it would be possible to compare the code between instances and catching exactly what was being changed.
Thank you for your time checking on this!