Md Kamruzzaman Sarker
Md Kamruzzaman Sarker

Reputation: 2407

Use custom Eclipse Neon keymaps in Eclipse Oxygen

Previously I have used eclipse neon and I customized keymaps (i.e. keybinding or shortcuts) for me. I saved the keymapping in csv file using Preferences -> keys -> Export CSV.

Now I upgraded my eclipse neon to eclipse oxygen and I want to use the same (custom key mapping I used previously in eclipse neon) keymapping in eclipse oxygen. But I do not see any option to import keymap (keybinding).

I know for other ides like intellij has keymap import system. I think probably eclipse also has same import system, but I am not finding it.

Is there any way to import keymapping in eclipse oxygen from previous eclipse versions?

N.B: I found quite similar question Keyboard shortcut synchronization with Eclipse and IDEA? and everybody is saying to change intellij keymaping to match with eclipse. And I do not want intellij keymapping in eclipse, what i want is to import customized keymapping to newer eclipse version from previous version.

Upvotes: 0

Views: 145

Answers (1)

howlger
howlger

Reputation: 34255

This is still the same with the latest Eclipse version:

In File > Import/Export...: General > Preferences check the checkbox Keys Preferences and click Finish

Keys preferences are stored in the workspace. Since Eclipse Oxygen you can also copy preferences to a new or to another workspace (see this video).

Via Eclipse Oomph you can synchronize preferences of different workspaces and since Eclipse Neon you can also store and synchronize them at Eclipse.org (see this video).

Upvotes: 1

Related Questions