Changes:
-Integrated with latest version by Profit
-Function to add random numbers to object names (See settings in editor. This was a quick last minute thing, if you think it's stupid I'll take it out.)
---------------
-"MEDIACAR SKIN" tag now "ROADRUNNER SKIN"
-Full Undo/Redo (up to 20 times)
-Ability to store comments in skins (see note)
-Function to strip all extraneous data from skins (see settings in editor)
-Removed /x,y,h,w,... blah blah blah lines as they would only multiply now (You can now add these yourself).
Note:
It's difficult to save comments because RR editor only reads only what it recognizes, and then spits that out when you save the skin. It completely ignores everything else.
I rigged it to track and save comments between object definitions, but there's really no telling what will happen you add objects,--i.e. where these lines of text will end up in relation to your comments. You might find that a the new label you added in the skin editor put itself right between another line of skin code and its corresponding comment.
Another big cavet is that the order of the object definitions cannot be changed. If you've added code to a skin manually, I suggest saving with the editor once before adding comments just to let it put everything in the order it likes first. I still think this will be very useful. Stuff like this is now possible:
Code:/this is a shuffle indicator
I,358,339,33,25,"SHUFFLE"
/this is a repeat indicator
I,310,339,43,24,"REPEAT"
/that's right, mute ************
I,313,364,157,9,"MUTE:b"
/some more indicators
/more lines of comments too
/lots of comments here
/omg too many comments
I,-3,366,157,10,"SCANMODE:b"
I,210,1,28,27,"HEADING"
I,541,-7,30,36,"ONLINE"
/ratings
I,492,338,22,25,"!5starindicator"
I,468,338,24,25,"!4starindicator"
I,441,338,26,25,"!3starindicator"
I,415,338,26,25,"!2starindicator"
I,391,338,24,25,"!1starindicator"
For crying out loud, do not use this to work on anything you don't have backed up. I have not really tested this at all. It could completely ruin a skin if you do something I haven't accounted for. Let me know how it works out.

