protected IContentAssistProcessor getCompletionProcessor() {
if(true) {
return new GocodeContentAssistProcessor(editor);
}
// TODO: BM investigate this obsolete completion processor, see if it has any use, remove otherwise.
return new CompletionProcessor(editor);
}