Bug 58689

Summary: Add shortcuts to expand / collapse a part of the tree
Product: JMeter - Now in Github Reporter: benoit.wiart
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: DEC   
OS: Mac OS X 10.1   

Description benoit.wiart 2015-12-04 10:07:55 UTC
before it was possible to collapse / expand the entire tree not a part
of it.
With this new action you can expand / collapse all the nodes under the
current selected one

it's mapped to shift + left arrow and shift + right arrow
Comment 1 benoit.wiart 2015-12-04 10:08:54 UTC
PR https://github.com/apache/jmeter/pull/40
Comment 2 Philippe Mouawad 2015-12-04 12:31:50 UTC
Date: Fri Dec  4 12:31:18 2015
New Revision: 1717952

URL: http://svn.apache.org/viewvc?rev=1717952&view=rev
Log:
Bug 58689 - Add shortcuts to expand / collapse a part of the tree
Bugzilla Id: 58689

Added:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/CollapseExpandTreeBranch.java   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/CollapseExpand.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/KeyStrokes.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeListener.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:01 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3714