Default comments in Test Window

RobertK

Member³
Test window:

-- Created on 10/6/2006 by me
declare
-- Local variables here
i integer;
begin
-- Test statements here
end;

getting tired of removing the lame comments
How can I modify or disable it

thanks
 
Hi,

select "Tools/Template List" to activate the Template Window. The "Default" node in the tree contains an entry for "Test Window" which you can modify.

Regards
Patrick
 
Back
Top