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 218127 - Action for getting stacktrace location
Summary: Action for getting stacktrace location
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 11:55 UTC by Milutin Kristofic
Modified: 2012-09-22 22:05 UTC (History)
1 user (show)

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 Milutin Kristofic 2012-09-11 11:55:36 UTC
I would like to select some line in netbeans and use function which will copy to my clipboard stacktrace location.

For Example to get info like:
prefs.putBoolean("enable.breadcrumbs", true) 
  at org.netbeans.modules.editor.EditorModule.restored(EditorModule.java:274)

Then my colleague can copy this to Window-Other-Analyze Stack trace and it opens editor in that line.

It would be great to have this behavior in Copy Path action (http://netbeans.org/bugzilla/show_bug.cgi?id=153728) in java mime-type when a line is selected.