(IResource) editor.getFile());
return completionDirective
.getCompletionProposals(offset,
context);
} else if (c2 == LexicalConstants.AT) {
CompletionMacroInstance completionMacroInstance = new CompletionMacroInstance(
editor.getItemSet(), editor
.getDocument().get(i,
offset - i), i,
editor.getFile());
return completionMacroInstance
.getCompletionProposals(offset,
context);
} else if (c2 == LexicalConstants.SLASH) {
if (editor.getDocument().getLength() < i + 3
|| editor.getDocument().getChar(