Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to call other function when user chooses one CompletionProposal
icon5.gif  How to call other function when user chooses one CompletionProposal [message #1226719] Thu, 02 January 2014 13:45
James Li is currently offline James LiFriend
Messages: 1
Registered: January 2014
Junior Member
Hi,

What I want to do is:
1. Write an eidtor like java editor
2. Write ContentAssistProcessor which return an array of ICompletionProposal, for example, array contains ICompletionProposal [a,b,c,d]
3. when user choose one, like b, it will also call a function to perform something like processing something and prompt a alert window.

I haven't find how to do this, any idea, thanks.
Previous Topic:open one browser and one editor in same eclipse workbench
Next Topic:Class of ParameterizedType
Goto Forum:
  


Current Time: Thu Apr 25 04:58:14 GMT 2024

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

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

Back to the top