Disable Eclipse plugins per workspace

后端 未结 4 1425
生来不讨喜
生来不讨喜 2021-02-08 01:32

I use Eclipse for different projects, each with its own workspace. They need quite a different set of plugins (SVN vs hg vs git, AppEngine vs Tomcat vs OSGi, and so on), and I h

4条回答
  •  无人及你
    2021-02-08 02:17

    Another solution would be to define a perspective for each workspace, and customize that perspective.

    alt text

    In each one, you can deactivate menu and commands of plugin you do not want, even though those plugins remains loaded.
    That help removing some of the "GUI cluttering" caused by the various plugin.

    When you switch workspace, you will restore the perspective you were using with the new workspace.

提交回复
热议问题