Hello, 

I want to improve the ctrl+click in Eclipse PDT for my own PHP framework. I
use the Requestor and the Visitor described in the following document
(http://wiki.eclipse.org/Extending_PDT_2.2#CTRL_.2B_click).
The plugin I wrote in order to personalize the ctrl+click feature only works
after resave my php file, so when I run my plugin as Eclipse application,
the feature don't work, I have to modify and save the php file to make it
work.
My plugin allows to make a ctrl+click on a methodName which isn't declare
(for example test_myfunction) to open the method code corresponding (method
called my_function).
Can someone help me ? (I'm not familiar with Eclipse plugins developpement
and ASTVisitor API)
 
Thanks in advance.

 


---
DISCLAIMER: This e-mail is private and confidential and may contain proprietary 
or legally privileged information. It is for the intended recipient only. If 
you have received this email in error, please notify the author by replying to 
it and then destroy it. If you are not the intended recipient you must not use, 
disclose, distribute, copy, print or rely on this e-mail or any attachment. 
Thank you
_______________________________________________
pdt-dev mailing list
pdt-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to