Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Removing elements from JDT Content- assist
Removing elements from JDT Content- assist [message #249819] Mon, 26 November 2007 12:31 Go to next message
Eclipse UserFriend
Is there some way that I can remove certain elements from the JDT content-
assist list?
I tried using the org.eclipse.jdt.ui.javaCompletionProposalComputer
extension point but it only allows me to add elements to the list computed
by the JavaCompletionProposalComputer.

Help would be greatly appreciated.

~Nukul
Re: Removing elements from JDT Content- assist [message #249831 is a reply to message #249819] Tue, 27 November 2007 03:48 Go to previous message
Eclipse UserFriend
Nukul wrote:

>
> Is there some way that I can remove certain elements from the JDT
> content- assist list?

No, you can only contribute a sorter which would then put those
proposals to the end.

Dani

> I tried using the org.eclipse.jdt.ui.javaCompletionProposalComputer
> extension point but it only allows me to add elements to the list
> computed by the JavaCompletionProposalComputer.
> Help would be greatly appreciated.
>
> ~Nukul
>
Previous Topic:Ctrl+Breakon eclipse launched java program
Next Topic:Can I attach multiple source paths to a jar
Goto Forum:
  


Current Time: Sun Jun 01 05:01:33 EDT 2025

Powered by FUDForum. Page generated in 0.02648 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top