[Geany-Users] Error regular expression

Dimitar Zhekov dimitar.zhekov at xxxxx
Sat May 10 19:13:09 UTC 2014


On Sat, 10 May 2014 16:59:40 +0200
Slavko Kocjancic <eslavko at gmail.com> wrote:

> I have some strange compiler but want to have option for geany to 
> highlight the line with error.
> But I have no idea how to setup 'error regular expression' to manage that.
> In the output of compiler there are line describing error in format:
> path/file space lineNumber error message.
> for example:
> 
> /home/slavko/PLC/plc.asm 94 nepoznan ukaz >MMOV
> 
> thet means the file '/home/slavko/PLC/plc.asm' has error in line 94 and  
> 'nepoznan ukaz >MMOV' describe error.
> 
> So what expression i need tor that?

"(.+) ([0-9]+) " without the quotes.
Search the documentation for error_regex.

-- 
E-gards: Jimmy


More information about the Users mailing list