Sublime Forum

Navigation in build results issue - Windows

#1

Hi,
I’m using ST3 (3065), and have small problem with navigation to errors from output window.

Output is basicall output from g++, and looks like:

FileName.cxx:12:10: error: error message

There are few directories defined in project and build system. I’m trying to use pattern for errors that looks like this:

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

When navigating through error messages I could that status bar is uodated with “error message”, the last group. But file could not be opened, cause sublime is trying to open file with path that looks like:

/c/dev/dir/file_name.cpp:123

Is it an issue or I’m missing something?

Best regards

0 Likes