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 - Underline stacktrace lines in output window
Summary: Underline stacktrace lines in output window
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 27652
  Show dependency tree
 
Reported: 2002-10-23 09:22 UTC by akemr
Modified: 2004-08-13 12:10 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.