Import Emacs Keyboard Configuration Into Eclipse?

前端 未结 3 1235
无人及你
无人及你 2021-02-09 15:54

In Eclipse, in the menu, I can go to Window -> Preferences -> Keys and set the Scheme to \"Emacs.\" I can also click \"Export\" at the bottom-right hand side of the dialog to ex

相关标签:
3条回答
  • 2021-02-09 16:20

    The key configuration is relative to each workspace. You can find your configuration files at your workspace directory:

    workspace
      /.metadata
        /.plugins

    I haven't figured out yet which of these files corresponds to your keyboard configuration. There's also a user configuration folder at your home folder (~/.eclipse in GNU/Linux systems). You'll probably find the right file somewhere over these directories.

    0 讨论(0)
  • 2021-02-09 16:24

    Something that should work is to export all preferences and then import them in the other install. But I know no way to do that for the keyboard prefs alone.

    I agree that it would make sense. I suggest you open a bug report against Eclipse. Maybe it really is a missing feature (or the solution is too simple and we don't see it).

    0 讨论(0)
  • 2021-02-09 16:44

    You could try exporting and importing all of your preferences

    Export File->Export...->General->Preferences

    Import File->Import...->General->Preferences

    0 讨论(0)
提交回复
热议问题