Update: As of patch 4.0.1 the functionality that this addon provided is now part of the base UI. As such, I will not be updating this addon for future patches unless I find some pressing need that the base UI does not provide. Thank you to all who downloaded my addon and found it useful.
This addon moves the functionality of the stat dropdowns to a panel on the right side of the paperdoll, so that you can see all of your stats at once. It also removes the dropdowns and resizes the paperdoll to the same size as the inspection window. A handy button hides the panel. Using a minimum of code, this addon only takes 10-20Kb of ram.
I am not sure if is my monitor setting, but the spell power stats is overlapping with the "Bonus Damage:" and "Bonus Healing:"
I tried changing the code, but couldn't get it to work.
I just think there's a lot more potential you could put in this, it can still be minimal with great ideas put in.
Also, this works exactly for what I needed it to do, so there's not a whole lot else I can actually think to do with it. But I'm not adverse to adding extra functionality to it. In fact, the only reason it has a hide button is because I was asked to add it.
Maybe I'll make a configuration addon for it after I figure out how. I've thought of something like the profiles or being able to hide certain parts before. (As you can see from the picture, I play a paladin and have no need for the ranged attack section.)
If you feel that it could do more, then please make a derivative of it. It's under the GPL3 for a reason. Just give me credit on any derivatives you make. :)
Great addon, keep it up.
Change the following lines in AllStats.xml
Line 8: <Anchor point="TOPLEFT" relativeTo="PaperDollFrame" relativePoint="TOPRIGHT">
to
Line 8: <Anchor point="TOPRIGHT" relativeTo="PaperDollFrame" relativePoint="TOPLEFT">
and
Line 10: <AbsDimension x="-38" y= "-33"/>
to
Line 10: <AbsDimension x="15" y= "-33"/>
These line numbers may be off by 1 - Ganoran refers to the 2nd line I changed ("Line 10") as Line 11 in one of the other comments. It may be just a difference in editors (I'm using PSPad). :-)