3

A picture says more then thousand words:

A part of my project explorer in Aptana/Eclipse.

I created one src foulder and one webscraper folder with one file named dblp.py in it. Why is Aptana/Eclipse showing the duplicates?

Aufwind
  • 22,034
  • 33
  • 94
  • 149
  • If you refresh the src folder does it display correctly? – Sam Dolan Jun 25 '11 at 22:36
  • @sdolan: I played a little with Aptanas erspectives and I found out, that I was in the **web**perspective, I changed to the **python**perspective and now there are no duplicates anymore. But changing back to the **web**perspective the duplicates are shown again. Perhaps it is meant to be this way,... I don't know. :-) – Aufwind Jun 25 '11 at 22:41
  • 1
    Seems to me like a bug in aptana... maybe search the bug reports? Create a new one if you can't find anything. – Sam Dolan Jun 25 '11 at 22:44
  • I opened a discussion on the aptana website. Thanks for feedback, @sdolan. – Aufwind Jun 26 '11 at 01:05
  • maybe it's because of *.pyc files? – warvariuc Jun 30 '11 at 08:38
  • @sdolan: Your guess turned out right. aptana confirms, that it is a bug. – Aufwind Jul 02 '11 at 13:36
  • @Druss: Sure seemed like a bug :) Can you post a link to the bug description for future viewers? – Sam Dolan Jul 02 '11 at 20:21

1 Answers1

1

A workaround is to click on the drop-down arrow in Project Explorer and select Customize View...; then in the new dialog, switch to Content tab and uncheck the Local Filesystem entry.

Yun
  • 3,092
  • 17
  • 22