I haven't actually tried the sprite rule editor yet as the project I'm working on doesn't have a need for sprites until later on. I'll try it in the sprite editor when I get on my own computer later today.
It's quite stable, even though this happens the project compiles and runs fine, it's just confusing when it happens to you the first time. XD
I plan to keep working on this project so anything else I find I will let you know about.

EDIT:// If you make a sound object, it will only allow letters digits and spaces in the name. This is all fine and dandy, but putting a space into the name will screw up the whole project, every rule will say it can't be found or the project failed to compile, so you cannot make any more rules, and the project will not run/compile at all until you delete that particular sound object. (I had a feeling this would happen, that's why originally I was trying to put in underscores, but it wouldn't let me and said spaces were allowed, so I assumed spaces would be supported.) I tried opening the sound object to find the issue, I don't think it's because the name has a space, it seems to be because internally in the code for that object, when it references the name of the object, the spaces seem to screw it up. It seems to only detect the words before the space as the name, and then these extra characters after the space it doesn't know how to parse. (This was evident because it highlighted the parts before and after the space different colours)
EDIT2:// oh right I was supposed to check the sprite editor. Ok, it only happens in the plan editor, the sprite definition editor works fine.