1

I'm using eclipse Helios with CDT 7. I want to set the global preference for the "Link with editor" in Navigator to true. I want to know the property name for this setting. I have searched all the pref files in workspace, but couldn't find.
Is there anything like "org.eclipse.ui.navigate.linkWithEditor"?

Where does Eclipse stores this setting in workspace?

Thanks in advance!

4

2 回答 2

1

The following setting in .ini file is working for global

org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=true
于 2012-12-17T08:42:23.737 回答
0

Preferences (one file per plugin) are stored under .metadata/.plugins/org.eclipse.core.runtime/.settings. If I grep for link in that directory, I find it hits in the JDT and Groovy plugins.

于 2012-12-13T08:27:59.663 回答