|
SourceFormatX Pretty Printer |
|
| |
|
|
SourceFormatX pretty printer is the multi-language
pretty printer that can automatically pretty print any foreign source code to produce source
code with your favourite coding style or any existed common code conventions.
SourceFormatX product series provide pretty printers for
C,
C++,
Java,
C# (C Sharp),
Delphi (Pascal),
Visual Basic (VB),
VB.NET (VB Dot Net),
VBScript (VBS),
JavaScript (JScript),
PHP,
ASP,
JSP, HTML, XML,
HTML Components (HTC), Objective-C, D,
80x86 Assembly (8086 ASM),
8051 Assembly (ASM51) and
CORBA IDL programming languages.
|
If you work with a team with no set coding style,
or if you deal with lots of third-party source code files, then you've almost certainly had to face the source code in
varying coding styles. When you comprehend code that is not in your own coding style,
you have to spend more time understanding its meaning. If the code could be automatically reformatted into
your style, you'd save time and save your concentration for more important things, and make your job easier.
Before Pretty Printing |
After Pretty Printing |
int foo(int k){if(k==11)printf("hello!\n");else
printf("good bye!\n");}
|
int foo(int k)
{
if (k == 11)
printf("hello!\n");
else
printf("good bye!\n");
}
|
The best solution for it is SourceFormatX ™
Pretty Printer. With sophisticated and innovative SourceFormatX code pretty printer tool, you just
choose from any of the standard coding styles or define your personal or company coding style using graphical
coding style customization panel, reformatting your source code will automatically finished within a couple of seconds.
Don't waste time on pretty printing source code by hand any more! Download SourceFormatX pretty printer free trial now!
|