Bug 42538

Summary: Add "duplicate node" in context menu
Product: JMeter - Now in Github Reporter: Michel Nolard <michel.nolard>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Michel Nolard 2007-05-29 07:27:27 UTC
Hi folks !

An operation I manage to repeat lots of times under JMeter is "Copy" then
"Paste" then drag&drop the newly created node to become a sibling of the
original node.

What I think is missing is a "duplicate" entry which would actually do this very
simple sequence :
 - copy the selected node
 - paste the selected node as a sibling of the current one, showing the small
"just after/ before" dialog

In fact this is more a macro than a real feature, but this may help quite a lot.
Comment 1 Philippe Mouawad 2011-11-14 12:13:44 UTC
Still not implemented in 2.5.1
Comment 2 Sebb 2011-11-18 19:51:05 UTC
URL: http://svn.apache.org/viewvc?rev=1203808&view=rev
Log:
Bug 42538 - Add "duplicate node" in context menu

Added:
   jmeter/trunk/src/core/org/apache/jmeter/gui/action/Duplicate.java   (with props)
Modified:
   jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.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/src/core/org/apache/jmeter/gui/util/MenuFactory.java
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:39 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1948