Simple test program:
procedure TForm1.Check; begin /// Check value for i. IF i > 100 THEN BEGIN beep; /// Zero i := 0; END;
/// Check j IF j > 100 THEN /// Zero j := 0; end;
All commentas are extracted except for Check j Zero.
Everything before END is ok...
This is tested for FileVersion = [0.10.0.223]
How can I make comments after END display???
Fixed in v0.11beta You can now download it and test, ok for me.
Log in to post a comment.
Simple test program:
procedure TForm1.Check;
begin
/// Check value for i.
IF i > 100 THEN
BEGIN
beep;
/// Zero
i := 0;
END;
/// Check j
IF j > 100 THEN
/// Zero
j := 0;
end;
All commentas are extracted except for
Check j
Zero.
Everything before END is ok...
This is tested for FileVersion = [0.10.0.223]
How can I make comments after END display???
Fixed in v0.11beta
You can now download it and test, ok for me.