You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the current build system to capture error logs via the line_regex option, to allow navigating the results in the source file(s), and so that ST can show error tool-tips in the source file(s).
A string containing a regular expression to run on the build output to match line information.
The matched file information is used to enable result navigation.
The regex should capture 1, 2 or 3 groups.
This feature is currently postponed due to a bug in pmlc, and some discussions/proposal to enhance the format of Error reports, which might changes in the course of time.
So it's better to just wait that the Error/Warnings/Info adopted by pmlc becomes more mature, or until we have some guarantees on it formatting convention, to avoid having to tweak the Build System many times over, and that it would break after a pmlc update.
Enhance the current build system to capture error logs via the
line_regex
option, to allow navigating the results in the source file(s), and so that ST can show error tool-tips in the source file(s).From ST3 Docs on Build Systems:
References
file_regex
option.line_regex
option.The text was updated successfully, but these errors were encountered: