问题描述
我需要以编程方式访问这个值,但是找不到它。
该值位于窗口>首选项>常规>启动和关闭。
有一个Eclipse插件,称为首选项间谍。
它添加了一个视图,允许您记录所有或某些首选项更改。对于每个更改,显示受影响的首选项节点,首选项名称和旧值和新值。
至少对我来说,它有助于找到某些设置。
I need to set the value RSE UI to unchecked by default.
I just need to access this value programmatically but I cannot find it.
The value is located under Window > Preferences > General > Startup and shutdown.
There is an Eclipse plug-in called Preferences Spy.
http://blog.vogella.com/2014/12/28/preferences-spy-for-eclipse-ide-and-rcp/
It adds a view that allows you to log all or certain preference changes. For each change, the affected preference node, the preference name, and the old and new value is shown.
At least for me, it helped to find the preference keys for certain settings.
这篇关于如何在“首选项”对话框中查找某个设置的首选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!