Help Topics

Parser Rule

If a rule is defined, the editor will parse compiler output and try to find file name and error line number in compiler output.

Rules:
*	matching any text
%n	extracts file name
%l	extracts line number
\*	*
\%	%
\\	\