Re: [Geany-devel] New messages/output parsing proposition

2011-08-29 Thread Dimitar Zhekov
On Mon, 29 Aug 2011 11:16:05 +1000 Lex Trotman ele...@gmail.com wrote: Whats anon for? [...] To have it colored as error or warning. A bit of FX. :) Bet we get bug reports that users can't click on it :-) I can trust them that much... :) Best ::= one of the matches defined as Best,

Re: [Geany-devel] New messages/output parsing proposition

2011-08-29 Thread Lex Trotman
Thats easy to avoid, don't do it :) Yes, it can be easily avoided by by writing the expressions to require one of the known extensions for the file type, and classifying the filename-line-column match as Good. So the Best becomes absolute. Good point, the expression could handle multiple

Re: [Geany-devel] New messages/output parsing proposition

2011-08-28 Thread Dimitar Zhekov
On Sun, 28 Aug 2011 15:32:19 +1000 Lex Trotman ele...@gmail.com wrote: Whats anon for? I guess its nice to make the error red, but we can't click on it to go anywhere since it doesn't have a file so its different to all the other red lines. To have it colored as error or warning. A bit of FX.

Re: [Geany-devel] New messages/output parsing proposition

2011-08-28 Thread Lex Trotman
Hi Dimitar, I'm afraid I am still confused by a few of your answers. Whats anon for? I guess its nice to make the error red, but we can't click on it to go anywhere since it doesn't have a file so its different to all the other red lines. To have it colored as error or warning. A bit of FX.

Re: [Geany-devel] New messages/output parsing proposition

2011-08-27 Thread Lex Trotman
On 28 August 2011 02:05, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Version 0.2 1. A message is parsed using a GRegex with the following subpaterns: This looks good, minor comment below. file    file name, must match a non-empty text if defined line    line #, must match a number if

Re: [Geany-devel] New messages/output parsing proposition

2011-08-25 Thread Lex Trotman
Hi Dimitar, Some good ideas. On 26 August 2011 03:34, Dimitar Zhekov dimitar.zhe...@gmail.com wrote: Hi, 0. Not having the Lex imagination, Dunno about imagination, its more experience [1] :-) and not wanting to integrate a Real Parser into Geany and push it onto the users, I ended up with