|
From: SourceForge.net <no...@so...> - 2007-07-31 13:08:53
|
Plugin Bugs item #1764455, was opened at 2007-07-31 14:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1764455&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ben Golding (bgolding) Assigned to: Nobody/Anonymous (nobody) Summary: Console bug: some Perl errors do not appear in ErrorList Initial Comment: 13:27:32 [message] Log: java.version=1.6.0 13:27:32 [message] Log: java.vm.version=1.6.0-b105 13:27:32 [message] Log: java.runtime.version=1.6.0-b105 ---------------------------------------------------- jEdit 4.3pre10, Windows XP Reproduced also on jEdit 4.3pre9, Redhat Linux ---------------------------------------------------- Plugins: Console 4.3.3 ErrorList 1.5 ---------------------------------------------------- This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 33 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 819 [267479] provided by ActiveState http://www.ActiveState.com Built Aug 29 2006 12:42:41 ==================================================== 1. Run the attached example by typing "jedit_err.pl" in the Console. 2. The first error (Can't find string terminator) appears correctly in the error list. 3. Fix the error by adding " after world. 4. Run again. 5. The second error (Not enough arguments) does not appear in the error list, and is not highlighted in red in the Console. See Plugin Options --> Console --> Error Patterns. The pattern (.+) at ([^<>]+) line (\d+)(.|, (.+)) looks correct to me, so the cause is a mystery. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=565475&aid=1764455&group_id=588 |