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 233045 - Provide line wrapping in analyze stacktrace window
Summary: Provide line wrapping in analyze stacktrace window
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-19 08:33 UTC by everflux
Modified: 2016-07-10 18:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2013-07-19 08:33:05 UTC
Product Version: NetBeans IDE Dev (Build 201307182300)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.8.0-26-generic running on amd64; UTF-8; en_US (nb)

When pasting a stacktrace in Netbeans "Analyze Stack Window" and the stacktrace was copied from a source which removed line breaks it is hard to make use of the feature.

Please provide a means to reformat/line-wrap the pasted stacktrace.
Comment 1 markiewb 2013-11-24 16:42:37 UTC
I guess it is not that easy. The current implementation is based on a JListBox. There has to be a refactoring to a text-based widget like JEditorPane to support wrapping.
Comment 2 Martin Balin 2016-07-07 07:26:54 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 markiewb 2016-07-10 18:07:44 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)