I'm developing in Android (not sure if that matters) on a sustaining project at work. I have a very large project with too many files in each folder. Every time I click on an opened file's tab in the source code editor, Eclipse automatically opens the folder where the file is located. How can I turn this off?
Asked
Active
Viewed 3,905 times
2 Answers
33
I'm not sure if this is what you mean, but in the sidebar (package explorer) there is a button at the top that is 2 yellow arrows pointing towards each other. You should click this to stop the editor auto syncing the explorer. It is a persisting button click so you click once to enable the feature and again to disable it.

Chris McCabe
- 1,010
- 11
- 20
-
1It is "Link with Editor" button – Long Rainbow Jul 11 '18 at 04:11