Error regex - codelite v1.0.2304
Posted: Tue Nov 11, 2008 2:52 pm
The error regex for g++ should look for an optional column number. When g++ doesn't find an include file the error message specify the line number *and* the column number. With the current regex, this kind of error is not highlighted. It should be
instead of
Code: Select all
(^[a-zA-Z:]{0,2}[a-zA-Z\.0-9_/\+\-]+ *)(:)([0-9]+)(:)([0-9]+:)?( *[eor]+:?)
Code: Select all
(^[a-zA-Z:]{0,2}[a-zA-Z\.0-9_/\+\-]+ *)(:)([0-9]+)(:)( *[eor]+:?)