Search code examples
eclipseeclipse-plugineclipse-cdt

What is the global setting for Navigator "Link with editor" in Eclipse Helios?


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!


Solution

  • The following setting in .ini file is working for global

    org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=true