On 20 July 2012 05:39, Laszlo Nagy <[email protected]> wrote: > 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?
Possibly version related, the regex engine was changed between 0.21 and 1.22. Cheers Lex > > Thanks, > > Laszlo > > > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
