As part of my plugin project, I'm thinking about interfacing with the content assist list displayed by Eclipse on Java files (I'm trying to re-order the list according to some external data).

I've seen some tutorials about creating a new content assist, but nothing about changing an existing one. Is that even possible? If it is, where should I start for modifying Java's Content Assist?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Is that even possible?

No it's not. A good starting point for writing your own java-content assist is the Mylyn source-code. Mylyn is contributing an own (task-focussed) java content assist. Take a look at the bundle org.eclipse.mylyn.java.ui

HTH

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.