在eclipse插件更新后显示更改日志

时间:2015-09-28 08:59:57

标签: eclipse performance plugins eclipse-plugin

我想在插件更新后首次运行时显示更改日志。我感兴趣的是我应该在哪里保留有关插件版本的信息。我考虑过偏好/.metadata/.plugins/org.eclipse.core.runtime/.settings,但我不确定这是个好主意。

1 个答案:

答案 0 :(得分:1)

s会返回一个目录,您可以在其中保存您喜欢的任何信息。

Platform.getStateLocation

工作区中的目录通常为Bundle bundle = ... your plugin bundle ... IPath dirPath = Platform.getStateLocation(bundle);