Bug 52116 - Allow to add (paste) entries from the clipboard to an arguments list
Summary: Allow to add (paste) entries from the clipboard to an arguments list
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 09:26 UTC by Roman Bargezi
Modified: 2011-11-01 13:49 UTC (History)
0 users



Attachments
Proposed enhancement as a patch to build Revision 1182604 (5.57 KB, patch)
2011-11-01 09:28 UTC, Roman Bargezi
Details | Diff
Proposed enhancement as a patch to build Revision 1182604 (6.73 KB, patch)
2011-11-01 13:01 UTC, Roman Bargezi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bargezi 2011-11-01 09:26:53 UTC
When defining variables and other arguments it would by useful if one could add new entries from the clipboard. I often have to prepare entries in an external list (e.g. Excel) and then need a way to easily transfer them to the test arguments.
Comment 1 Roman Bargezi 2011-11-01 09:28:59 UTC
Created attachment 27880 [details]
Proposed enhancement as a patch to build Revision 1182604
Comment 2 Sebb 2011-11-01 12:15:42 UTC
It is already possible to copy single items to/from the clipboard.

It looks like this patch implements splitting the contents of the clipboard into multiple additional rows and columns.

The patch looks OK, except that errors should be reported to the GUI, not as log messages.
Comment 3 Roman Bargezi 2011-11-01 12:39:13 UTC
(In reply to comment #2)
> It is already possible to copy single items to/from the clipboard.
> 
> It looks like this patch implements splitting the contents of the clipboard
> into multiple additional rows and columns.
> 
> The patch looks OK, except that errors should be reported to the GUI, not as
> log messages.

ok, will fix the latter and submit my patch
Comment 4 Roman Bargezi 2011-11-01 13:01:01 UTC
Created attachment 27883 [details]
Proposed enhancement as a patch to build Revision 1182604

Updated patch to show error message to user
Comment 5 Sebb 2011-11-01 13:49:40 UTC
Thanks, applied with minor change to remove the logging entirely.

URL: http://svn.apache.org/viewvc?rev=1195995&view=rev
Log:
Bug 52116 - Allow to add (paste) entries from the clipboard to an arguments list

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 6 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2630