Bug 48505 - [EditorMgmt] Enhance the clipboard to hold multiple items
Summary: [EditorMgmt] Enhance the clipboard to hold multiple items
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC All
: P3 enhancement with 16 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 38723 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-11 12:26 EST by Keith Wedinger CLA
Modified: 2022-11-15 15:34 EST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Wedinger CLA 2003-12-11 12:26:46 EST
Microsoft Visual Studio.Net and Visual SlickEdit both support a "clipboard 
ring" that can hold multiple clipboard items.  Via the keyboard, you can hit 
CTRL+SHIFT+V to cycle through the clip choices when doing a paste operation.  
This is an enhancement I would like to see added to Eclipse's editor 
functionality.
Comment 1 Guillaume Pothier CLA 2004-12-21 19:26:55 EST
That would be great indeed. It seems that bug #38723 is a duplicate.
By the way IntelliJ IDEA also has this feature, and it is really useful.
Comment 2 Martin Oberhuber CLA 2005-11-25 11:47:14 EST
Emacs also has this (Ctrl+Y / Meta+Y), and it is very useful indeed!
Comment 3 Oyvind Harboe CLA 2005-12-03 11:39:34 EST
The Windows clipboard can hold multiple items, e.g. an image and a text.

It would be nice to be able to iterate through the items on the clipboard(modeled as multiple clipboards?)
Comment 4 Maxime Daniel CLA 2006-09-11 04:48:19 EDT
vi also has it... and it is useful indeed, even this is not the first thing new users would leverage.
Comment 5 Susan McCourt CLA 2009-07-09 19:03:34 EDT
As per http://wiki.eclipse.org/Platform_UI/Bug_Triage_Change_2009
Comment 6 Boris Bokowski CLA 2009-11-17 13:07:33 EST
Remy is now responsible for watching the [EditorMgmt] component area.
Comment 7 Marwan Rawajfeh CLA 2018-04-02 07:39:50 EDT
Its 2018 and I still highly recommend this feature, even the JDeveloper has it.
Comment 8 Rolf Theunissen CLA 2019-12-01 07:08:43 EST
*** Bug 38723 has been marked as a duplicate of this bug. ***
Comment 9 andy goryachev CLA 2022-11-15 15:34:45 EST
Let me suggest an alternative (or possibly, additional) UI.

Too often I need to refactor some code in bulk where several items need to be changed manually.  I'd rather have a small table with clippings, and if you click on a specific row the content get copied to the clipboard.  It may need two buttons - one to add content from the clipboard, and another to delete a row.

It's an alternative that eliminates cycling through multiple and possible unrelated (and possible ephemeral) multi-clipboard items.