Developing a content Assist plugin [message #717069] |
Fri, 19 August 2011 08:12  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03320 seconds