Occasionally you'll have a huge property list and want to reorder it. The PilotScript "reorder" function can do this, but there are a couple problems that you face. If you care about the specific ordering of every property in your list, you must include every property as an argument to the reorder function. This is tedious at best, and it becomes impossible if you don't know specifically what exact properties are going to be on your property list. So, I created this little component that lets you specify the list of properties you want moved to the front of your property list. It moves them to the front of your list in the order you specify, but it also retains the existing relative positions of the remaining properties in your list.
The attachment here is an example protocol that contains the component.
The attachment here is an example protocol that contains the component.