Just committed to Git is a new feature: Â Clipboard History. Â Pressing Ctrl+Shift+V (Cmd+Shift+V on OS X) will cause the “clipboard history” popup to appear below the current caret position:
This popup displays the most recent snippets of text added to the clipboard. Â This allows you to paste any text that was *recently* on the clipboard, not just what’s *currently* in the clipboard buffer. Â This is pretty useful if you’re a frequent copy-paster.
The clipboard history is implemented as a singleton instance of the org.fife.ui.rtextarea.ClipboardHistory class. Â You can access it, but currently the only interesting thing you can do is set its maximum size. Â By default, it only remembers the 12 most recent entries on the clipboard that can be interpreted as plain text.