Ticket #86 (new enhancement)

Opened 5 months ago

Last modified 5 months ago

code formatter suggestion

Reported by: davidl Assigned to:
Priority: major Component: descent.astview
Version: Keywords:
Cc:

Description

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

}

Change History

05/25/08 22:10:17 changed by davidl

  • type changed from defect to enhancement.

bad wiki formatter :(
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
}