pdt

Eclipse PDT 2.2.0 does not track Symfony classes

Hello, My last version of Eclipse PDT does not track symfony project code and so i cannot use autocomplete and search class actions. I have last version symfony 1.4 included in my project's /lib dir. (I'am teaching symfony now with a Jobeet reference project to be concrete). THX ...

Eclipse PDT - How to use for Java development

I use PDT for PHP development. I am going to start learning Java. What packages should I install in PDT in order to have at least the same functionality as if I would fresh install Eclipse IDE for Java Developers? ...

PayPal: IPN and PDT scripts working together and simultaniously

Hi, I am working on integrating PaylPal as a payment module in my webshop. I use PHP and Mysql. After a payment has been made with PayPal the customer is redirected to my webshop. At that time my IPN en DPT scripts are called simultaniously. I do that because sometimes IPN has a (tiny) delay. I don't want my customer to wait for the IP...

Eclipse PDT, how do I get the files on the server?

I am trying to learn how to use Eclipse Helios PDT, but I don't understand how one gets the files from their workspace to the server. The PDT documentation is painfully sparse. I have my workspace in /home/bob/workspace and my local dev webroot is /home/bob/public_html. If I set up a run configuration for my php project I see where I c...

Eclipse PDT (helios) autocompletion

i've just installed a new eclipse helios and i wonder about the autocompletion not working properly as in my older versions (ganymede/galileo). it's working for simple functions and class-methods but it somehow doesn't know methods which have been inherited from other classes AND it won't show autocompletion for chained methoed which ret...

eclipse command line switch to start with project

What is the command line option to start eclipse with a specific project? I can get the correct workspace using -data. Within that workspace, I want to have a specific project loaded, similar to the "Go Into" command. ...

Eclipse, PHP and Smarty

Hi, Can anyone suggest me a solution for the above mentioned combination. I'm using Eclispe Helios SR1 with latest PDT from Zend and Aptana Studio 2 Eclipse plugin. Otherwise it all works well, with Aptana Editor for HTML/Template files and PDT for PHP stuff, but Smarty syntax highlighting on templates would be nice. Is there anyway to ...

Eclipse PDT - Javascript Code Assist is not work?

I thought PDT would do code assisting on JS files. Was I wrong, or is there a bug or something I am missing? ...

What are the best tips & tricks you use with Eclipse PDT

There are a couple of similar threads here, but most of the other tips don't work on PDT so let's make this one specific to Eclipse PDT for PHP. I'll start (w/ credit to those that work from other the other threads): CTRL-SPACE = code completion CMD-/ = auto comment CMD-SHIFT-L = key assist If autocomplete isn't working righ...