不同功能集或单次日食的多次日食包含所有插件?

时间:2023-01-15 11:46:04

Eclipse can contains a lot of different feature set via plugins. Do you install all the plugins in one single eclipse? or do you install STS from spring, Flex eclipse from adobe, or even RCP development bundle from eclipse.org, every eclipse variant handle its task respectively?

Eclipse可以通过插件包含许多不同的功能集。你在一次日食中安装所有的插件吗?或者你是从Spring安装STS,从adobe安装Flex eclipse,还是从eclipse.org安装RCP开发包,每个eclipse变体分别处理它的任务?

Which way do you prefer and why? speedy response? avoid the hassle of updating/installing plugins?

您更喜欢哪种方式?为什么?快速反应?避免更新/安装插件的麻烦?

Thanks

3 个解决方案

#1


In eclipse I prefer to install them separately, because it seems to keep things running smoothly, no upgrading things as they come along, only as a whole thing, it makes for a lot of duplication though... With Netbeans (which I prefer) I generally install everything in one place and it too runs smoothly, even when I upgrade different plugins and add and remove other ones.

在eclipse中我更喜欢单独安装它们,因为它似乎可以保持平稳运行,没有升级的东西,只是作为一个整体,它会造成很多重复...但是Netbeans(我更喜欢)我通常在一个地方安装所有东西,它也运行顺畅,即使我升级不同的插件,添加和删除其他插件。

#2


If you have enough power on your workstation (and the right eclipse.ini), you can:

如果您的工作站(以及正确的eclipse.ini)有足够的电量,您可以:

  • install all the major plugins in one operation (choosing the most complete distro, like the J2EE one)

    在一个操作中安装所有主要插件(选择最完整的发行版,如J2EE一个)

  • install any other external plugins in a shared directory (meaning those plugins will continue to be referenced by any new version of eclipse distro you may install in the future)

    在共享目录中安装任何其他外部插件(意味着将来可能安装的任何新版本的eclipse发行版将继续引用这些插件)

#3


I separate groups of related plugins/features by defining separate install locations (You used to be able to do it through the IDE, can't find the right button at the moment, see here for some guidance on doing this manually). That way you can enable/disable groups if you need to. The install locations can also be shared between different Eclipse installs (with care!), and if you completely trash or want to upgrade Eclipse, you can redefine the eternal locations on the new install, no downloads needed.

我通过定义单独的安装位置来分隔相关插件/功能组(您以前可以通过IDE执行此操作,此时无法找到正确的按钮,请参阅此处以获取有关手动执行此操作的一些指导)。这样,您可以根据需要启用/禁用组。安装位置也可以在不同的Eclipse安装之间共享(小心!),如果您完全丢弃或想要升级Eclipse,则可以在新安装上重新定义永久位置,无需下载。

#1


In eclipse I prefer to install them separately, because it seems to keep things running smoothly, no upgrading things as they come along, only as a whole thing, it makes for a lot of duplication though... With Netbeans (which I prefer) I generally install everything in one place and it too runs smoothly, even when I upgrade different plugins and add and remove other ones.

在eclipse中我更喜欢单独安装它们,因为它似乎可以保持平稳运行,没有升级的东西,只是作为一个整体,它会造成很多重复...但是Netbeans(我更喜欢)我通常在一个地方安装所有东西,它也运行顺畅,即使我升级不同的插件,添加和删除其他插件。

#2


If you have enough power on your workstation (and the right eclipse.ini), you can:

如果您的工作站(以及正确的eclipse.ini)有足够的电量,您可以:

  • install all the major plugins in one operation (choosing the most complete distro, like the J2EE one)

    在一个操作中安装所有主要插件(选择最完整的发行版,如J2EE一个)

  • install any other external plugins in a shared directory (meaning those plugins will continue to be referenced by any new version of eclipse distro you may install in the future)

    在共享目录中安装任何其他外部插件(意味着将来可能安装的任何新版本的eclipse发行版将继续引用这些插件)

#3


I separate groups of related plugins/features by defining separate install locations (You used to be able to do it through the IDE, can't find the right button at the moment, see here for some guidance on doing this manually). That way you can enable/disable groups if you need to. The install locations can also be shared between different Eclipse installs (with care!), and if you completely trash or want to upgrade Eclipse, you can redefine the eternal locations on the new install, no downloads needed.

我通过定义单独的安装位置来分隔相关插件/功能组(您以前可以通过IDE执行此操作,此时无法找到正确的按钮,请参阅此处以获取有关手动执行此操作的一些指导)。这样,您可以根据需要启用/禁用组。安装位置也可以在不同的Eclipse安装之间共享(小心!),如果您完全丢弃或想要升级Eclipse,则可以在新安装上重新定义永久位置,无需下载。