Community
Participate
Working Groups
Eclipse is a great product, really big thanks for that. But I have some problem with action "Back", it makes me crazy :). Action "Back" does not work correctly when going back from action "open declaration" in C/C++ code. In C/C++ editor (.h, .cpp files), when cursor is on name of function and I press F3 ("open declaration"), given function will be opened. This behavior working like a charm. But then, when I press action "Back", the editor will switch me to the different place of file, no to the place, where I pressed F3. This problem is happening quite often, but no every time. I noticed this behavior for a long time and it has happened in older versions as well.
I can confirm that I sometimes have the same problem. I tried to reproduce it in a simple project now, but didn't manage to. Would be nice if someone finds the steps to reproduce the issue.
I see this a lot too. It's a bug in the Eclipse Platform's navigation history feature, which is what powers the "Back" and "Forward" actions. ("Open Declaration" just uses that platform API to insert a new entry into the navigation history.) *** This bug has been marked as a duplicate of bug 413505 ***