[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Content assist double entries

Frank O. Laus wrote:
Hi,

in my eclipse installation all entries in the content assist lists appear twice. This holds for different kinds of content: Library code, own project classes and javadoc tags.

Does anyone know what I can do to fix this?

I'm using eclipse 3.3.1.1 and I have a parallel 3.2 installation on my computer.

I've seen this happen when Mylyn is enabled - it contributes to the content assist along with JDT, and often the results are duplicates.
Go to Preferences > Java > Editor > Content Assist > Advanced and look at the kinds of proposals. If Mylyn is installed, you'll see proposals from it; make sure there are no duplicates with JDT proposals enabled there.


Hope this helps,
	Eric