|
A excellent
tool to generate flowchart from your sourcecode.It can
help programmers understand, document and visualize source
code.Its flowchart can expand and shrink.Move and zoom is
also very easy.You can export it as a bitmap picture.
SourceCode --->
FlowChart.
You
can get a flowchart by double click the begin position of
a IF/FOR/WHILE/....
| |
if
(Boy.HasCar)and(Boy.HasHouse) then
begin
Girl.MarryToHim;
end else begin
if Girl.LikeWait then begin
while Boy.Money>$99999
do
begin
Boy.HardWork;
end;
end else
Girl.MarryToOther;
end; |
-------> |
 |
Export flowchart as a Ms Word file
when you get a flowchart, you
can export it as a colorized Ms Word file. if you don't
like a colorized Word file, you can change it by click
Option Button.

Expand and Shrink the flowchart
You can expand or shrink by double click the part of the
flowchart.
Zoom and move the flowchart freely
You can click the toolbutton to zoom in or out.The mouse's
right key can be used to move.
Dynamic Hint Window
When the
mouse enter a part of the flowchart, the hint window auto
show.You can close it by click the toolbutton.
Format the code
| |
if Found then
begin
Girl.MarryToHim;
WorkHard;
AGoodNight;
Adult := TRUE;
end
else begin
Boy.HardWork;
Girl.MarryOther;
Boy.HardWork;
Girl.MarryOther;
end; |
|
|
if
Found then begin
Girl.MarryToHim;
WorkHard;
HaveAGoodNight;
Adult := TRUE;
end
else begin
Boy.HardWork;
Girl.MarryOther;
Boy.HardWork;
Girl.MarryOther;
end; |
Export as a bitmap
Download Free Trial version NOW!
BUY NOW! |