Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to enable ContentAssist for access Template Porposal(Press 'Ctrl+Space')
icon8.gif  How to enable ContentAssist for access Template Porposal [message #545617] Thu, 08 July 2010 12:45
Ray da Costa is currently offline Ray da CostaFriend
Messages: 10
Registered: July 2009
Junior Member
Hi friend, a help.

Note: I'm implementing an editor of mine, I'm making from scratch.
Exemple:
public class MYContentAssistProcessor implements IContentAssistProcessor {
public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset) {
....
.....
...

I am implementing the Eclipse content assist for cobol.
Applying the ctr + space, my Proposal is complete without fires perfectly. ((Image below)
http://www.ray.system.nom.br/download/meuContentAssist.png

Now the problem, do I need to know how to perform the functionality of ctr + space again to open the small temple similar to Proposal
pointed the arrow in the image below.
In my imagm can not seem to realize that the option to ctr + space to open another tab / search / list etc. ..
http://www.ray.system.nom.br/download/mycontentassist_errado .png

Want to know how do / enable the arrow has in link below:
http://www.ray.system.nom.br/download/meuContentAssist.png


Resume: I want to enable the option (Press "Ctrl + Space ') for COBOL, you can see that in my" ContentAssist "does not ( http://www.ray.system.nom.br/download/mycontentassist_errado .png ). The "ContentAssist" Java has this option enabled (http://www.ray.system.nom.br/download/meuContentAssist.png)

[Updated on: Mon, 12 July 2010 12:41]

Report message to a moderator

Previous Topic:Menu Handler class not found
Next Topic:How to enable ContentAssist for access Template Porposal
Goto Forum:
  


Current Time: Fri Apr 19 10:40:03 GMT 2024

Powered by FUDForum. Page generated in 0.01674 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top