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 223391 - Column settings in tooltip detail table not saved
Summary: Column settings in tooltip detail table not saved
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 13:18 UTC by Jan Peska
Modified: 2012-12-20 02:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Peska 2012-12-06 13:18:01 UTC
Product Version = NetBeans IDE Dev (Build 20121205-32ba87ec5692)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_04
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.0-b21

1. Start debugging
2. Show title table for any variable
3. Deselect e.g. String value in column settings
4. Close tooltip
5. Reopen it again, String value column is displayed!!!
Comment 1 Martin Entlicher 2012-12-18 15:02:36 UTC
The column names are shared with Variables view, since most underlying models are the same.
We'd have to have to differentiate the column properties in different views.
Comment 2 Martin Entlicher 2012-12-19 09:25:13 UTC
Fixed by changeset:   243290:9d38a38149f2
http://hg.netbeans.org/core-main/rev/9d38a38149f2
Comment 3 Quality Engineering 2012-12-20 02:45:41 UTC
Integrated into 'main-golden', will be available in build *201212200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9d38a38149f2
User: mentlicher@netbeans.org
Log: #223391: View-specific column settings introduced.