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 136661 - consider replacing TreeTableView with OutlineView
Summary: consider replacing TreeTableView with OutlineView
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on: 33281
Blocks:
  Show dependency tree
 
Reported: 2008-06-06 15:13 UTC by Stanislav Aubrecht
Modified: 2008-10-31 16:29 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 Stanislav Aubrecht 2008-06-06 15:13:11 UTC
a new treetable-like component has been added to netbeans code base. it has some advantages over the existing and buggy
treetableview: multicolumn sorting, drag and drop support, in-place editing of tree cells etc. so please consider
replacing TreeTableView with the new OutlineView in your code. the TreeTableView will be deprecated at the end netbeans
6.5 Milestone 2 and there is still some room for extensions and enhancements to OutlineView API depending on your
requirements.
Comment 1 Tomas Stupka 2008-10-31 09:02:14 UTC
fixed 

changeset:   107059:66c0e865d2d6
tag:         tip
user:        Tomas Stupka <tstupka@netbeans.org>
date:        Fri Oct 31 09:01:41 2008 +0100
summary:     #136661 - consider replacing TreeTableView with OutlineView
Comment 2 Quality Engineering 2008-10-31 16:29:08 UTC
Integrated into 'main-golden', will be available in build *200810311401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/66c0e865d2d6
User: Tomas Stupka <tstupka@netbeans.org>
Log: #136661 - consider replacing TreeTableView with OutlineView