Sublime Forum

file_regex

#1

hello
How to configure the file exp to capture the error of the next line.

\Path1\Path2\Path3\filesource.prg(1311) Error E0020  Incomplete statement or unbalanced delimiters

I have configured:

"file_regex": "(..^ ]*)([0-9]+)? (.*)$"

But , only capture this:

filesource.prg(1311)

Would greatly appreciate if any of you could tell me settings

Thanks.

0 Likes