Bug 58689 - Add shortcuts to expand / collapse a part of the tree
Summary: Add shortcuts to expand / collapse a part of the tree
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.13
Hardware: DEC Mac OS X 10.1
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-04 10:07 UTC by benoit.wiart
Modified: 2015-12-04 12:31 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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