I’ve been banging my head against the wall this entire morning trying to figure out how to get file_regex to move to the next/previous error. I’ve tried almost every regex I found online but no dice.
I build from a batch file in Windows, here’s a more detailed question I asked on SO http://stackoverflow.com/questions/37379222/sublime-text-3-next-error-f4-doesnt-work
I press F4 and it doesn’t take me to the next error.
The build output in Sublime console looks like:
SDLEngine.cpp
…\Source\SDLEngine.cpp(175): error C2065: ‘s’: undeclared identifier
…\Source\SDLEngine.cpp(175): error C2146: syntax error: missing ‘;’ before identifier ‘Width’
[Finished in 0.2s]
What am I missing?