Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Developing a content Assist plugin(Developing a content Assist plugin for class&methods)
Developing a content Assist plugin [message #716452] Wed, 17 August 2011 12:56
Birayalp SEN is currently offline Birayalp SENFriend
Messages: 6
Registered: August 2011
Location: Turkey
Junior Member
Hello,

I want to develop a content assist plugin which will work in JSF and work like the sample below :

- I'll type "<h:button action="#{
- Then I'll press "Ctrl+Shift+Space" (for example)
- It'll read the classes in my project and show them as a list in a pop-up window
- Then I'll select one class. It'll be like below
- "<h:button action="#{MyClass
- When I type "." , It'll read the methods in my selected class and show them as a list in a pop-up window.
- Then I'll select a method
- Finally, It'll end like this "<h:button action="#{MyClass.MyMethod}"

Do you have any idea, how can i do this? Any suggestions?

Thanks in advance,
Birayalp
Previous Topic:Avoiding the default login window
Next Topic:[resolved] Using Equinox P2 - Getting information about installed features and plugins
Goto Forum:
  


Current Time: Thu Apr 18 09:21:43 GMT 2024

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

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

Back to the top