This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 28190

Summary: Underline stacktrace lines in output window
Product: projects Reporter: akemr <akemr>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 27652    

Description akemr 2002-10-23 09:22:57 UTC
Since 4.0, output window hyperlinked stacktrace
lines to 
allow open editor on appropriated row java source.

It won't be possible after new projects are
integrated (repository != classpath)

Please, implement hyperlinking of stacktrace lines
in java executor code (implement OutputListener)

See #27652 for details.
Comment 1 _ tboudreau 2003-11-20 21:16:59 UTC
I honestly have mixed feelings about this enhancement and another
similar one.  IMO, if you want highlighted hyperlinks, you want a
component that supports HTML.  Term is not an HTML component - it can
be hacked into behaving like that, at some cost in maintainability,
but this sounds more like Term not meeting the requirements of the
Java module than a thing that should even be done with it.
Comment 2 Jan Pokorsky 2003-11-27 13:59:57 UTC
Removed PROJECTS keyword since the projects prototype has been
canceled. For more details see
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
Comment 3 Jesse Glick 2004-01-15 07:04:33 UTC
Implemented, but requires a build-system-specific API and so cannot go
into trunk yet.
Comment 4 Jesse Glick 2004-03-16 16:57:40 UTC
Done in trunk.