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
PR https://github.com/apache/jmeter/pull/40
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
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3714