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 86793 - Need ability to define sorting for the first column
Summary: Need ability to define sorting for the first column
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 17:11 UTC by Martin Entlicher
Modified: 2010-05-07 08:58 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 Martin Entlicher 2006-10-09 17:11:57 UTC
For some views in debugger we need to be able to define our own Comparator for
the 0-th column (composed from Nodes). There is used Comparator for Properties,
but Nodes are compared by their display names. This does not make much sense in
some situations (call stack (we've obtained several reports already that it
looks very silly to have call stack sorted by names of clases and methods),
breakpoints (we're hacking the line numbers with spaces to have correct decimal
order), array indexes, etc.)
Comment 1 Jiri Rechtacek 2009-01-15 16:35:40 UTC
fixed in core-main/rev/de50002894c7
Comment 2 Quality Engineering 2009-01-17 06:54:37 UTC
Integrated into 'main-golden', will be available in build *200901170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/de50002894c7
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #86793: Need ability to define sorting for the first column
Comment 3 tk_fhd_aui 2010-05-07 08:58:52 UTC
I tried to find the getNestedComparator method in the 6.8 documentation but it seems the change is not implemented there. Did I miss something?