custom content assist help needed [message #809349] |
Tue, 28 February 2012 14:32  |
Eclipse User |
|
|
|
Hi,
The default content assist gives the correct proposals but I would like to change it string output. I have done custom scoping to get a correct visibility so I don't want to reconstruct all loops etc for content assist because it works in fact out of the box now. Is there an easy way to just change the string outputs of the proposals?
@Override
public void complete_PredicateTerminal(EObject model, RuleCall ruleCall,
ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// how to easy modify proposal string output from default xtext content assist?
// using model I need to reconstruct everything so is there no other option?
super.complete_PredicateTerminal(model, ruleCall, context, acceptor);
}
Regards,
Phil
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04523 seconds