Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse plugin for PHP files
eclipse plugin for PHP files [message #839793] Mon, 09 April 2012 07:41 Go to next message
Eclipse UserFriend
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!!
Re: eclipse plugin for PHP files [message #839959 is a reply to message #839793] Mon, 09 April 2012 13:29 Go to previous messageGo to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Hi

> I want to write an eclipse plugin for PHP files.
Are you aware that such a thing already exists [1] at Eclipse?

[1] http://www.eclipse.org/projects/project.php?id=tools.pdt

Michael
Re: eclipse plugin for PHP files [message #840443 is a reply to message #839793] Tue, 10 April 2012 04:58 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

You might want to ask that in the PDT forum: http://eclipse.org/forums/eclipse.tools.pdt

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Dynamic Web Project : Applet not showing in browser
Next Topic:Execute code Installing from update site
Goto Forum:
  


Current Time: Thu Apr 25 23:40:40 GMT 2024

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

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

Back to the top