gcc/g++ error and warning patterns
Posted: Wed Sep 24, 2008 2:27 am
There seems to be a minor oversight in error pattern that got me all frustrated . it seems that this pattern doesnt work right with paths with spaces in them, like my desktop xD.
So, here is the hopefully right pattern, hope i didnt wrote it wrong somehow:
errors:
warnings:
I would like to thank eranif for great effort creating this IDE, and i must say that building IDE around code completion code was a great idea, because it should be the core of good IDE.
So, here is the hopefully right pattern, hope i didnt wrote it wrong somehow:
errors:
Code: Select all
(^[a-zA-Z:]{0,2}[a-zA-Z\.0-9_/\+\-\ ]+ *)(:)([0-9]+)(:)([ eor]*)
Code: Select all
(^[a-zA-Z:]{0,2}[a-zA-Z\.0-9_/\+\-\ ]+ *)(:)([0-9]+ *)(:)([0-9:]*)( warning:)