|
From: Alan E. <ala...@gm...> - 2005-09-15 23:13:48
|
Ah, I see. The Error List does not look at the stuff in the Log stream. I guess ErrorList should add a LogHandler for parsing generic error message= s=20 too. Console currently does regex parsing of output from the Console, but the Log stream is something else entirely. I wonder how easy that would be to add... I would have to read a bit more= =20 about how jEdit.Log works. On 9/15/05, Patric Bechtel <be...@ip...> wrote: >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > I've checked the CVS code, Rudi's test works. Mine not. As a test, take > this bsh snippet, save it as a makro call it. Only thing I see is > activity logs messages, no error list activity: >=20 > s=3Dview.getBuffer().getPath(); > print(s+":1:test print"); > Log.log(Log.MESSAGE,null,s+":2:test log message"); >=20 > tia, >=20 > |