Closed humbleaudio closed 4 years ago
Hi,
For this plugin to work, it's crucial that you configure the file_regex
settings correctly.
See: https://www.sublimetext.com/docs/3/build_systems.html
Something like that:
^(.*):([0-9]+):?([0-9]+)?:? (.*)$
Best regards, Benoit
I got this working with this file_regex
for my xcodebuild
-based build system:
^([^0-9]*):([0-9]+):?([0-9]+)?:? (.*)$
The one in the previous comment was incorrectly capturing the line number in the first capture group. Hope it's helpful to someone!
Nice thanks!
Hello,
Thanks, great plugin! I'm excited to use it! Xcode has got me down ;\
I'm attempting to use the package for the first time, and it seems like this test build error should be getting picked up by the package. It's a standard clang error message, looks quite similar to your example on the package website so I thought it would be pretty seemless.
Any thoughts?