View Single Post
  #1  
Old 08-04-2001, 09:49 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Exclamation New version bug #2

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};
}
__________________
Eric Kraft
Reply With Quote