Some update on the regexp.
At my workplace, I use Ubuntu. On that version, this regexp:
"([^"]+)":([^:]+):[^:]+:([^:]+):([^:]+)
Worked for this message:
"/home/gandalf/Python/Lib/shopzeus/demos/ssdl/test/test.ssdl":41:E:test.person_location.person.references:Definition per.person2 not found (#5).
I went home, updated my sources from svn and tried the same regexp under Windows, with this error message:
"c:\Python\Lib\shopzeus\demos\ssdl\test\test.ssdl":41:E:test.person_location.person.references:Definition per.person2 not found (#5).
It doesn't work. Geany displays the error message in black&white color. When I click on the message, nothing happens.
Is this a Geany version related problem (0.21) or a Windows related thing?
Thanks,
Laszlo