Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 17:31 Go to next message
Nukul Bhasin is currently offline Nukul BhasinFriend
Messages: 5
Registered: July 2009
Junior Member
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 08:48 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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: Mon Sep 16 23:17:16 GMT 2024

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

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

Back to the top