The Style button that replaced the edit sings button still has the alt text "Edit Signs"
also, i think the Style button shouldn't edit either comments or things that are spaced greater then they should be.
when i comment things i have a main topic comment and a sub topic comment, and the styler button ruined them all

and the style button shouldnt space things that are spaced more then they should be because theres usually a reason... like for arrays that your trying to line up with other numbers or something. like this:
[code]
if (something) {
this.blah = {
0, 13, 75,100,
13, 75, 100, 189};
}