www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - descent code formatter not working sometimes

as for: dparser/trunk/d1.0/dparser/dmd/Type.d

the code formatter doesn't reformat the Type.d correctly

Also I want the configuration of comments.

consider:

class myclass
{
    int abc; // blah
    int cd; // blah2
    int akljsdflakdjf; //blah3
}

the following would be better:
class myclass
{
    int abc;           // blah
    int cd;            // blah2
    int akljsdflakdjf; //blah3
}




-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/
May 23 2008