[GitHub] jmeter pull request #401: Bug 62257 - Expand/Collapse short key doesn't work...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/401


---


[GitHub] jmeter pull request #401: Bug 62257 - Expand/Collapse short key doesn't work...

2018-10-04 Thread orimarko
GitHub user orimarko opened a pull request:

https://github.com/apache/jmeter/pull/401

Bug 62257 - Expand/Collapse short key doesn't work with numpad -

## Description
Fixed Bug 62257 - Expand/Collapse short key doesn't work with numpad -

Add new keystrokes for numpad - sign for expanding/collapsing JMeter tree

## Motivation and Context
Fixing open issue since JMeter 4 version:
https://bz.apache.org/bugzilla/show_bug.cgi?id=62257

## How Has This Been Tested?
Tested using ant run_gui
Tested on Windows 7
Only added functionality to code

## Types of changes
- Bug fix (non-breaking change which fixes an issue)

## Checklist:
- [x ] My code follows the [code style][style-guide] of this project.
- [x ] I have updated the documentation accordingly.

[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/orimarko/jmeter trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/401.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #401


commit d87612133e064f54568654f9b128fef9dea6c6a3
Author: orimarko 
Date:   2018-10-04T07:50:41Z

Update KeyStrokes.java

commit 70de4e8b38c97916b72582468a074635f24f83e7
Author: orimarko 
Date:   2018-10-04T07:54:43Z

Update KeyStrokes.java

commit 29491e611975ce4c0afd9d878f57c24778b40ad4
Author: orimarko 
Date:   2018-10-04T07:56:40Z

Update JMeterTreeListener.java

commit 3e6d28384e9e9406077608a1cb06dd47d08db99b
Author: orimarko 
Date:   2018-10-04T09:34:20Z

Update changes.xml




---