Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Developing a content Assist plugin
Developing a content Assist plugin [message #717069] Fri, 19 August 2011 08:12 Go to next message
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 a JSF component library 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? Any documents/tutorials=

Thanks in advance,
Birayalp
Re: Developing a content Assist plugin [message #717815 is a reply to message #717069] Mon, 22 August 2011 12:54 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 19.08.2011 10:12, Birayalp SEN wrote:
> Hello,
>
> I want to develop a content assist plugin which will work in a JSF
> component library 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? Any
> documents/tutorials=
http://www.eclipse.org/eclipse/platform-text/eclipseCon/2006/texteditorrecipes.pdf

Dani
>
> Thanks in advance,
> Birayalp
Previous Topic:How to convert to lowercase a specific pattern in multiple java classes using regular expressions?
Next Topic:Hot Swap does not work :(
Goto Forum:
  


Current Time: Thu Apr 25 15:42:03 GMT 2024

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

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

Back to the top