Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it #2982

Closed
asfimport opened this issue Nov 15, 2012 · 4 comments

Comments

@asfimport
Copy link
Collaborator

@pmouawad (Bug 54155):
It would be useful to be able to go to referenced controller with one button click

OS: All

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Dec 2 18:18:42 2012
New Revision: 1416222

URL: http://svn.apache.org/viewvc?rev=1416222&view=rev
Log:
#2982 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
#2982

Modified:
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/xdocs/changes.xml

@asfimport
Copy link
Collaborator Author

@milamberspace (migrated from Bugzilla):

URL: http://svn.apache.org/viewvc?rev=1416732&view=rev
Log:
Change the alignment from a vertical column to a horizontal row (better view)
#2982

Modified:
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java

Notes:
BoxLayout.Y_AXIS isn't compliant with BorderLayout.NORTH|CENTER|EAST|SOUTH position args.
BoxLayout.Y_AXIS allows only to position components in a vertical column (without matter the position arg value in add()).

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
The marker for the selected node is never cleared.

If a new selection is made, any existing marker should be cleared.

Otherwise the tree just fills up with markers.

The selection should also be cleared if the user navigates away from the MC.

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sun Aug 25 13:17:40 2013
New Revision: 1517285

URL: http://svn.apache.org/r1517285
Log:
#2982 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it
Reset previous nodes
#2982

Modified:
jmeter/trunk/src/components/org/apache/jmeter/control/gui/ModuleControllerGui.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant