2007 Sep 05 1:55 PM
Hi,
in my system if a program have errors.
my editor show only 1 error at a time.
sometime multiple errors are caused by 1 mistake in the code.
so my goal is to see all error at onece in the error list.
how to do that?
is there any setting in the editor to increase the bucket size???
thanks in advance
Kapil
2007 Sep 05 1:57 PM
Hi Kapil,
You can do an Extended Program Check to see al the errors at one time...
Click on Program -> Check -> Extended Program Analysis..
Best Regards,
Ram.
2007 Sep 05 1:57 PM
Hi Kapil,
You can do an Extended Program Check to see al the errors at one time...
Click on Program -> Check -> Extended Program Analysis..
Best Regards,
Ram.
2007 Sep 05 1:59 PM
Hi Kapil,
That is not possible.
The syntax check stops at the first occourance of an error.
What ever u try...code inspector.extended check... will all return
onnly one syntax error at a time
2007 Sep 05 2:01 PM
2007 Sep 05 2:26 PM
You should choose 'Display all syntax errors' in SE38 Utilities/Settings. With this setting, you can have more than 1 error listed at 1 time by the normal syntax check, but for some kinds of errors the systems stops checks after 1 error.
2007 Oct 07 3:05 PM