Hello, Friends
Your morphs will now save in scenes, looks, and appearances. Subscenes are still a bit of a mystery but I'll get there.
Do note, however, that the appearances required a little bit of a hack, where it waits 10 frames after you save, then re-saves the appearance. This shouldn't be noticeable to you at all, but is worth knowing. I am hoping to find a more elegant solution later.
Scene saving and Look saving, on the other hand, had event handlers to use, and didn't need to be awkwardly rigged.
REGEX
This now also theoretically supports regex. I haven't actually tested it yet because I do not know regex, and getting the save fix was top priority. So, if you are brave, you can test it for me. Simply start your search with @ and your search will be expecting a regular expression. It should also (theoretically) pause live-updating while doing a regex search, so you'll have to submit it with enter or clicking away. As I haven't tested it, however, it could blow up. Coin flip, really. Everyone else should probably not start a search with @ and stand several feet away from those who do until the smoke clears.
SUPER AND
You can now use & as a version of AND that occurs before OR (%). The plus symbol works just like it used to, all of them do. I'll just call it plus from now on, and this super one 'and'. These combinations should give you almost every order-of-operation option you need.
FIXES
Obviously, the saves are a fix, but also previously chaining two of the same constraints back to back would not work properly. Now it does.