Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Extensions and code assist
Extensions and code assist [message #49648] Fri, 07 September 2007 23:04 Go to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
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 04:00 Go to previous messageGo to next message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
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 12:09 Go to previous message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
> 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: Fri Apr 26 18:27:09 GMT 2024

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

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

Back to the top