Hi @OdatNurd and anyone else !
Thanks for your reply. I have the icon at the error in the file, but not the ability to double click on the error message and go there.
Am sorry to say that the documentation re file_regex (which is ref’ed in your vids, your reply and other links) is totally and utterly indecipherable for me
(And I write stuff in C++ so am used to all kinds of weird stuff !). I don’t think it’s noob material.
All I did was copy what your youtube vid had in the regex file section at roughly 6.40.
(btw, the git link from that video; the only thing not in there is the build system you’re were using, ho ho!)
So partial solution.
Being able to click on the error to take you to the code, i think, is going to be an important resource, so any further help much appreciated.
Also a link to a simple explination of file_regex would be useful. As a noob all the explinations assume high levels of knowledge. Perhaps all one needs is just
“file_regex”:"^(|…[^:]):([0-9]):?([0-9])?:? (.)$",
pasted into the build file.If so, there’s nowhere that explicitly says that, usually we go straight to beyond noob explanations or no explanations.
If the above is ok, brill thanks, if it needs tweaking to get the functionality I want could you please let me know.
Again thank you for your detailed reply…nearly there !!! 
Ps Just to show I do do some work in trying to solve these things, the file_regex shown the the documentation that you’ve linked to is totally different to the one in your vid !! To quote a famous urangutan, “Eek!”