3

I do not see some of my files in the Eclipse Navigator view (or Projet Explorer or PyDev Package Explorer).

I tried to go to "Customize View..." and remove all filters. It didn't show *.pickle files, but it did unhide some other file types (.* resources).

cyborg
  • 9,989
  • 4
  • 38
  • 56
  • See: http://stackoverflow.com/questions/98610/how-can-i-get-eclipse-to-show-files – Alex Florescu Aug 23 '11 at 11:28
  • @anothem, http://stackoverflow.com/questions/98610/how-can-i-get-eclipse-to-show-files doesn't help showing *\*.pickle* files, but *.\** files. – cyborg Aug 23 '11 at 11:35
  • Yup, should've read that more carefully; my bad. So it shoes *some* files with that extension and not others? – Alex Florescu Aug 23 '11 at 12:22

2 Answers2

8

Remember to refresh the view: Right-click the background of the Explorer/Navigator view to open a context menu, then choose "Refresh" (F5).

Restarting Eclipse doesn't help.

cyborg
  • 9,989
  • 4
  • 38
  • 56
  • If that's the case, it's probably worth setting the auto-refresh in the preferences (type 'refresh' in the preferences to see the places that need to be changed). – Fabio Zadrozny Aug 23 '11 at 23:06
0

If you are using a Working Set, you can try the similar procedure that helped me with PHP Explorer and Navigator.

Look for the answer with pictures here: Folders and files don't appear in PHP Explorer in Eclipse IDE

Community
  • 1
  • 1
Linas Butenas
  • 161
  • 1
  • 7