Skip to content
Jeeeyul Lee edited this page Mar 19, 2014 · 11 revisions

I can't paste from history using Ctrl + Shift + V after update.

Please restart your eclipse with -clearPersistedState. 4.2 or higher version of Eclipse caches workbench state which may refers removed contribution. This procedure is required for each workspace.

Windows:

eclipse -clearPersistedState

OSX:

$ open Eclipse.app --args -clearPersistedState

Linux:

./eclipse -clearPersistedState

After clear persisted states, Review your key configuration in Preference >> General >> Keys. Type "Paste" in filter text field to review current key binding.