Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Extensions and code assist
Extensions and code assist [message #49648] Fri, 07 September 2007 19:04 Go to next message
Eclipse UserFriend
Hello,

Is there any list that shows what php extensions classes are supported
in PDT's code assist list?

It would also be cool if we have the ability to edit the code assist
list. I have a feature request for this. If it is not possible/hard to
implement, I think knowing where I can find the file that holds the list
would be ok for me too (It's not likely to be hard coded, is it?).

The request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495
Re: Extensions and code assist [message #49678 is a reply to message #49648] Sat, 08 September 2007 00:00 Go to previous messageGo to next message
Eclipse UserFriend
I don't know the list of supported extensions but code assist list comes
from functions definition php file named phpFunctions5.php and
phpFunctions4.php. They are *embedded* in
org.eclipse.php.core_1.0.0.V20070826.jar.

It would be appreciated if it is possible to reduce them with/from php.ini
(registered extensions).

(BTW, my fear is whether this can be internationalized at future
releases...)
Re: Extensions and code assist [message #49708 is a reply to message #49678] Sat, 08 September 2007 08:09 Go to previous message
Eclipse UserFriend
> I don't know the list of supported extensions but code assist list comes
> from functions definition php file named phpFunctions5.php and
> phpFunctions4.php. They are *embedded* in
> org.eclipse.php.core_1.0.0.V20070826.jar.

Thanks Toshihiro.

I was able to locate the file, edit it and update it and have the
updates reflected within PDT. The files are located in the Resources
folder of that package.



> It would be appreciated if it is possible to reduce them with/from
> php.ini (registered extensions).
>
> (BTW, my fear is whether this can be internationalized at future
> releases...)

You can add those to the feature request bug
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=189495) or create your
own feature request.

Cheers,
Ali
Previous Topic:where is PHP perspective?
Next Topic:Xdebug, flush() and IE/Internal browser
Goto Forum:
  


Current Time: Thu Mar 13 15:28:34 EDT 2025

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

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

Back to the top