how to create manual content assist for eclipse -


i want create manual content assist eclipse plugin development without using these

public icontentassistant getcontentassistant(isourceviewer sourceviewer) {

contentassistant assistant= new contentassistant(); assistant.setcontentassistprocessor(new javacompletionprocessor(), idocument.default_content_type); assistant.setcontentassistprocessor(new javadoccompletionprocessor(), javapartitionscanner.java_doc);  ... return assistant; 

}

i open plugin project hello world command

what can next?


Comments

Popular posts from this blog

PHP Error "Undefined index" -

C# List<> to xml -

php - How to only save new tweets/instagram photos to database? -