Navigating hyperlink via Ctrl + click in Eclipse Oxygen does not work

After upgrading from Eclipse Neon to Oxygen, I noticed that I can no longer navigate through the code by clicking on definitions while holding a key . The indexer itself works fine and I can still jump by clicking or using the context menu. Ctrl F3

I am using Eclipse CDT with C ++.

The following screenshot shows the feature is enabled:

enter image description here

What am I missing?

+3


source to share


2 answers


You are probably facing error 517610 . Please note the following workaround for the problem:

To work around this issue, you can turn off the changelog hyperlink by going to Window> Preferences> General> Editors> Text Editors> Hyperlink, then turn off "Changelog Detector".



A bug fix is ​​planned for Oxygen.1, which will be released on September 27, 2017. Alternatively, you can update to the latest version (6.1.0) of Linux Tools (which is the component containing the bug) via the update site http://download.eclipse.org/linuxtools/update/

.

+6


source


In addition to the first solution, increase the "maximum tokens per transfer unit" in your Eclipse.



0


source







All Articles