问题描述
我知道,但我想知道不同的版本是否可能共享相同的标记。
I know that it's possible to have multiple Eclipse installations on the same computer or to use several workspaces with a single installation, but I wonder if different versions might share the same markers.
的确,我目前使用4.3开普勒版本,但是我也有兴趣同时测试一些更新的版本(如4.5Mars),但不会有覆盖或丢失所有书签,任务和其他类型的标记的风险对于我目前的项目,
Indeed, I currently use the 4.3 Kepler version, but I would be interested in testing some later versions (such as 4.5 Mars) at the same time, but without risking of overwriting or losing all bookmarks, tasks and other types of markers which are useful for my current projects.
推荐答案
标记存储在 .metadata
文件夹的工作区。所以如果你使用不同的工作空间,就不会有任何问题。
Markers are stored in the .metadata
folder of the workspace. So if you use a different workspace there will not be any problem.
这篇关于多个Eclipse安装和标记类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!