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 245907 - Call graph: provide "expand all" node action.
Summary: Call graph: provide "expand all" node action.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-23 09:05 UTC by Alexander Simon
Modified: 2014-07-31 08:59 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 Alexander Simon 2014-07-23 09:05:29 UTC
I need to look on all call graph picture.
Recursive expanding all nodes is too annoyed.
It would be nice to have "Expand All" node action.
Comment 1 Alexander Simon 2014-07-23 09:11:07 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/818c97b944ac
Comment 2 Quality Engineering 2014-07-25 02:36:42 UTC
Integrated into 'main-silver', will be available in build *201407250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/818c97b944ac
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 245907 - Call graph: provide "expand all" node action.
Comment 3 Quality Engineering 2014-07-26 01:23:47 UTC
Integrated into 'main-silver', will be available in build *201407260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f679d1b76a40
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 245907 - Call graph: provide "expand all" node action.
- fix tree view performance problem
Comment 4 Quality Engineering 2014-07-31 08:59:47 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/aec6232ba3df
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 245907 - Call graph: provide "expand all" node action.
- change tree node visiting order "recursive"->"first with same path depth"