142143144145146147148149
} protected static IComparableCompletionProposal getCompletionProposal(String replace, int offset, int length, int cursor, String display) { return new TemplateCompletionProposal(replace, offset, length, cursor, display); }