public Point getSelection(IDocument document) {
   return completionProposal.getSelection(document);
 }