Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] eclipse plugin for PHP files

Please send email to the PHP project list. This list is for the PTP project which is completely different to PHP.

Regards,
Greg

On Apr 17, 2012, at 12:15 AM, Krishnaveni Sankaranarayanan wrote:

> Hi, 
> 
> I want to write an eclipse plugin for PHP files. For a java file we do this 
> final IWorkingCopyManager manager = JavaUI.getWorkingCopyManager(); 
> and from the open editor, we get the ICompilationUnit object and from that we get all the methods,fields etc present in that java file. 
> 
> How can i do the same kind of thing for a PHP file. 
> 
> Can anyone please help... 
> Thanks in advance!!  _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top