You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by max3163 <gi...@git.apache.org> on 2017/04/28 10:45:50 UTC

[GitHub] jmeter pull request #294: Add expand/collapse all menu in render XML view

GitHub user max3163 opened a pull request:

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

    Add expand/collapse all menu in render XML view

    In the view result tree listener, when you display the result of a sampler in XML, actually you can't collapse / expand all nodes of the JTree. Find a node can become boring in this way... 
    This PR allow to do this with a popopmenu and collapse / expand all nodes from the selected one.
    
    ![image](https://cloud.githubusercontent.com/assets/13835366/25525559/cc2e6b8e-2c0f-11e7-95da-ff3bff7a19d2.png)
    
    To expand all , just select the root node.


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

    $ git pull https://github.com/max3163/jmeter expandCollapseMenuInXMLRenderView

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

    https://github.com/apache/jmeter/pull/294.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 #294
    
----
commit eefea1326d29e44c1ffe8abe05c4ee744d794b03
Author: Chassagneux Maxime <41...@airfrance.fr>
Date:   2017-04-28T10:33:45Z

    Add expand/collapse all menu in render XML view

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter issue #294: Add expand/collapse all menu in render XML view

Posted by max3163 <gi...@git.apache.org>.
Github user max3163 commented on the issue:

    https://github.com/apache/jmeter/pull/294
  
    Do you think it's a good idea ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter issue #294: Add expand/collapse all menu in render XML view

Posted by pmouawad <gi...@git.apache.org>.
Github user pmouawad commented on the issue:

    https://github.com/apache/jmeter/pull/294
  
    Hi,
    I think the greatest UI would contain a Search field where you could enter a text of XPATh and the Tree would expand all nodes matching the search and collapsing others.
    
    Regards


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter issue #294: Add expand/collapse all menu in render XML view

Posted by pmouawad <gi...@git.apache.org>.
Github user pmouawad commented on the issue:

    https://github.com/apache/jmeter/pull/294
  
    Looks useful to me also although I think an XML formatter which allows collapsing of nodes in editor would be much better.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter pull request #294: Add expand/collapse all menu in render XML view

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] jmeter issue #294: Add expand/collapse all menu in render XML view

Posted by FSchumacher <gi...@git.apache.org>.
Github user FSchumacher commented on the issue:

    https://github.com/apache/jmeter/pull/294
  
    Looks useful to me.
    
    Something I always try, when something is expandable/collapsable is to use the left/right cursor to expand/collapse. Maybe this would be useful and simple to implement, what do you think?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---