Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Code format features
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

williamx
Junior Member

China
15 Posts

Posted - Dec 16 2005 :  9:19:23 PM  Show Profile
Is there any plan for code format features in the future version?
The visual studio c++ aligns the parameters in different way between function definition and other places.
Example:

int SayHello(char* firstname,
             char* lastname)
{
        printfxxxxxxxxxxxxxx("%s.%s\\n",
                firstname,
                lastname);
}

but we want to format the printfxxxxxxxxxxxxxx's parameters' alignment as the same as SayHello's

        printfxxxxxxxxxxxxxx("%s.%s\\n",
                             firstname,
                             lastname);


I think that the format features are wondful and necessary for va, don't you?

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Dec 17 2005 :  10:16:08 AM  Show Profile
this has been discussed before, and unfortunately the answer is no. the reason is simply that if you ask 20 different programmers how code should be formatted you will get 20 different answers.

code formatting becomes a whole product on its own, overwhelmed with options, plus you end up fighting with the IDE and how it thinks code should be formatted

you may want to look into this open source code formatting program:

http://sourceforge.net/projects/gcgreatcode/

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Dec 17 2005 :  12:26:48 PM  Show Profile
feline is correct.

We respectfully decline to get into the formatting business.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000