3

I am using eclipse juno, I need to know if there is any keyboard shortcut for pasting some text from the copied clipboard history, I mean in JDeveloper there is a combination of keys CTRL + SHIFT + V this will bring a popup showing all the earlier copied texts, then the user selects whatever text he wants to paste, is there anything similar in eclipse?

Jeshurun
  • 22,940
  • 6
  • 79
  • 92
Shahe
  • 964
  • 2
  • 13
  • 34
  • Good question. At-least are there any plugins to achieve this? – Chandrayya G K Jan 24 '14 at 07:04
  • @ChandrayyaGK It is really annoying that eclipse doesn't have this feature built-in, I mean it is a really really useful feature. I think there should be some plugins that can do that. – Shahe Jan 24 '14 at 07:07
  • 2
    A quick google search would have revealed this: http://stackoverflow.com/questions/10160132/clipboard-history-in-eclipse and this: http://marketplace.eclipse.org/content/pde-tools#clipboard-history – MatF Jan 24 '14 at 07:31
  • @MatF your comment should be an answer, and by the way post only the second link. – Shahe Jan 24 '14 at 09:16
  • I think a 5sec google search is not worth to be an answer... – MatF Jan 24 '14 at 12:38

1 Answers1

2

Yes as @MatF said you can use MoreClipboard plugin. -1 to PDE Tools Cliboard View as it not brings up popup window to select old entries.

Also moreclipboard has the same short cut key as in Jdeveloper i.e CTRL + SHIFT + V

Quick links:

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68