<br><br><div class="gmail_quote">2009/7/17 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 12 Jul 2009 15:20:50 +1000, Lex wrote:<br>
<br>
>Hi Enrico/Neil,<br>
<br>
s/Neil/Nick/<br>
I guess :).<br>
<div><div></div><div class="h5"><br>
<br>
>The error message parsing currently appears to work by using the<br>
>filetype to select the error regex or by selecting what the old parser<br>
>looks for.  This is reasonable since the error message format actually<br>
>depends on the compiler and the closest concept in Geany is the<br>
>language.<br>
><br>
>I was playing with error regexes prior to implementing the build-system<br>
>dialog fields for them.<br>
>But when I accidently left a text file open and ran 'make', my shiny<br>
>new C compiler regex wasn't used, since the non-filetype commands<br>
>still get their regexes from the filetype.<br>
><br>
>Should I add a regex for non-filetype commands as well?  Then<br>
>msgwin_parse_compiler_error_line can look at the command group in<br>
>build_info and decide which regex to use.<br>
><br>
>Well actually two regexes, one in project one in preferences and no<br>
>default.<br>
<br>
</div></div>Not really sure at all.<br>
It seems the build settings dialog already has two regexps fields, so<br>
is this question obsolete already?<br>
</blockquote><div><br>Sort of, by the time I'd worked out how hard it would be I had basically done it, so....there it is.<br>  <br>It actually came in useful on another of my projects using a text processor with non-standard error messages since I could run the builder to compile both C++ code and the documentation and parse both sets of messages, the text processor in the regex and C++ falling through to Geany :-) <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Regards,<br>
Enrico<br>
<font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</font><br>_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
<br></blockquote></div><br>