Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

[JBIDE-8526] Freemarker CA doesn't work inside a tag/tag attribute #34

Merged
merged 1 commit into from
May 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int
return new ICompletionProposal[] { completionProposal };
}
} else {
return NO_COMPLETIONS;
break;
}
}
}
Expand Down