eclipse-pdt
Eclipse PDT word completion fails for PHP singleton instances
I have a basic singleton class, similar to the one shown in the PHP documentation: // Based on \"Example #2 Singleton Function\" from[详细]
2023-03-05 05:56 分类:问答Configuring subdomains in Eclipse PDT & xDebug
I\'m trying to set up a local environment for developing and testing an existing PHP application. I\'ve chosen Eclipse PDT as my IDE and xDebug as the debugging module. When testing individual files[详细]
2023-03-04 22:55 分类:问答PHPEclipse vs PDT
It looks like these are both comparable packages for doing PHP development in Eclipse - what are their relative advantag开发者_如何学JAVAes and disadvantages?This blog post has a lot of info comparing[详细]
2023-03-04 15:39 分类:问答How do I use a different PHP formatter in Eclipse?
This is (I think) related to eclipse helios for PHP - code formatter not available but uses a different version and different install instructions -- if it is in fact the same plugin. It seems to be u[详细]
2023-03-03 14:15 分类:问答Eclipse PDT 3.6 Helios, keyboard shortcuts for toggle comment not working any more
Since upgrading Eclipse PDT from 3.5 to 3.6 my toggle comment/block comment shortcuts (CTRL + /) in Editors view, are not working any more. I can see them in the Menu[详细]
2023-02-28 01:10 分类:问答Eclipse PDT: How to add 'Javascript' as an option to the PHP explorer New... popup menu?
I\'m not creating a plug-in, just using the application. I want the right click pop-up menu in the PHP Explorer pane to have \'Javascript Source File\' as one of its default \'New\' options (along wi[详细]
2023-02-26 04:35 分类:问答Problems debugging with eclipse and xdebug
After a long process of trial and error, I finally got xdebug configured correctly but I\'m having a few issues with eclipse.[详细]
2023-02-23 08:33 分类:问答Eclipse - Is it possible to commit linked files?
Is it possible to commi开发者_StackOverflowt outside files that have been linked to a project?Not typically, as far as I know.[详细]
2023-02-22 00:29 分类:问答How to rename/refactor a variable in Eclipse PDT in a Netbeans-like way
In the NetBeans IDE, changing a variable name in the parameters of a function also changes all occurrences of that name in the function. How can I get that behavior with Eclipse PDT? There is a Refact[详细]
2023-02-21 22:05 分类:问答Update eclipse from galileo to helios on kubuntu
I installed eclipse galileo from kubuntu package manager. For some reason, there is no helios available yet. Then I tried to manually install helios, but when I run it, I get message: \"The Eclipse ex[详细]
2023-02-21 15:29 分类:问答