Bug 42538 - Add "duplicate node" in context menu
Summary: Add "duplicate node" in context menu
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3
Hardware: All All
: P2 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 07:27 UTC by Michel Nolard
Modified: 2011-11-18 19:51 UTC (History)
1 user (show)



Attachments

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