Highlight "in file included from ..."
parent
e4d21c1003
commit
30fd7ff836
2
moo.mprj
2
moo.mprj
|
@ -34,7 +34,7 @@
|
|||
</configure>
|
||||
</optimized>
|
||||
</configurations>
|
||||
<file_selector_dir>/home/muntyan/projects/moo/build/</file_selector_dir>
|
||||
<file_selector_dir>/home/muntyan/projects/moo/moo/mooedit/</file_selector_dir>
|
||||
<run>
|
||||
<args>--g-fatal-warnings --new-app --mode=project</args>
|
||||
<exe>medit/medit</exe>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</filter>
|
||||
|
||||
<filter id="make" name="Make">
|
||||
<match what="stderr" pattern="from (?P<file>[^:]+):(?P<line>\d+):.*" style="output-error"/>
|
||||
<match what="stderr" pattern=".* from (?P<file>[^:]+):(?P<line>\d+):.*" style="output-error"/>
|
||||
<match what="stderr" pattern="(?P<file>[^:]+):(?P<line>\d+):(\d+:)?\s*error\s*:.*" style="output-error"/>
|
||||
<match what="stderr" pattern="(?P<file>[^:]+):(?P<line>\d+):.*" style="output-error"/>
|
||||
<match what="stderr" pattern="(?P<file>[^:]+):(?P<line>\d+):(\d+:)?\s*warning\s*:.*" style="output-error"/>
|
||||
|
|
Loading…
Reference in New Issue