Hey Guys,
this sounds a bit stupid, but i try for several days now to get autocomplete working. i have a clean install of pdt and one with plugins like aptana and subversion, but none works with autocomplete. what do i have to do that i get a list with all functions, variables, etc beginning with "str" for example when i type "str"? Do i...
how do I enable javascript support in eclipse pdt. I have aptana installed.
thx
...
Hi guys,
I'm setting up PHP Eclipse with Zend Server CE as a debugger.
I start debugging a file, and it opens either in the internal web browser or in Firefox.
However, when stepping through the file, after a minute or so the internal web browser stops waiting for a response and brings up a file download box. e.g. if I was debugging i...
Hi,
I'm stepping through code using Eclipse PDT. When I mouseover an array it says e.g. "$_SESSION = Array [0]", but won't show me the data.
This is fine for local varaibles as I can see them in the "Variables" window, but it means that I can't see the contents of $_GET, $_POST, $_SESSION.
How do I fix this?
...
Hi all,
It is a surprising issue with PDT v2.0.0. , I have a .php file which has some php & html codes together inside and PDT says
Start Tag (PHP) not closed
Unknown Tag (PHP)
How come PHP tag can be unknown in pdt?
...
Hello,
Can anyone share dark color scheme (preferences export) for PDT?
Best Regards
...
I have already installed WEb Tools, PyDev, and the default Eclipse installation for Ubuntu 10.04 (using "sudo apt-get install eclipe"). I'm now trying to install PHP dev tools plug-in for Eclipse, and I'm getting this error msg:
Cannot complete the install because of
a conflicting dependency. Software
being installed: PDT SD...
Is there any integration of Phing with Eclipse PDT and if not, are there any plans to do so?
I found an eclipse plugin "PTI - PHP Tool Integration" that integrates php tools like PHP Depend, PHPUnit and others with the standard eclipse bundle. It may very well integrate phing at some stage. I haven't tried the plugin yet, does anyone ha...
I am using Eclipse PDT with the Zend community server to develop PHP.
If I write some code and hit Run As...PHP Web Page, I get "Page cannot be found". This makes sense since my workspace is off in my documents folder, not in the Zend/Apache's htdocs tree.
So one option would be to move my workspace to a folder under the Apache htdocs...
Hello,
I have seen the bellow question and was wondering if there is something like it for eclipse.
Also how can I make sure that this kind of errors get's thrown into my trigger error function so that I can write it to a log.
Thank you for any help.
http://stackoverflow.com/questions/2534176/identifying-php-unused-variables-in-emac...
I recently installed PDT Helios and now when using the debugger, it will break everytime a new class is referenced in the stack for all of Zend Framework classes. As far as I can tell, it is only done with ZF classes, and not my application's own classes.
If I have no breakpoints set, it will run continuously until completion but when I...
I have Eclipse with the PTD from http://www.eclipse.org/. I just installed Phpeclipse http://www.phpeclipse.com/ because it has some features I want.
Now when I double click on a PHP file a dialog opens that says "Unsupported Content Type", so I go to the File association section and add *.php - there a three editors and they are all l...
I don't have a huge project (70MB), but doing a search on the whole project takes over a minute. Using a Macbook Core 2 Duo (the white ones) with Snow Leopard.
...
Hi!
I generally have my working projects sitting on folders on my Desktop. When they are completed I just move them to a c:\dev\. The thing is I'm doing it in a rather archaic way.
1. move project files
2. delete project on eclipse
3. create new project on eclipse on the new location
How to you guys move projects around?
If I could ...
I have an eclipse workspace folder. I want to store all the different projects I am working on over here. Now I am working on a PHP project and have WAMP installed. Is there some way to configure eclipse such that it outputs my project files to the server's www folder.
I don't want to create my workspace in the server's www folder, for ...
Hi everyone,
Is it possible to backup an entire eclipse PDT project (or parts of it), so that it can be restored to that state later?
Ideally this would only save changes from the last backup to save space. If it makes any difference I have Mylyn installed (Maybe you could backup the current task context?) and am using CodeIgniter.
Th...
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
...
Hey Guys,
does anyone knows a plugin for eclipse which adds LESS CSS support? It doen't need to have any functionality from LESS integrated to eclipse. I only need syntax lightning and a "add less file" option. Any help is appreciated,thanks in advance.
Nico
...
Hi
I'm working on one web application.
I wanted to provide interactive debugging to my web application, so i have installed xdebug on my machine( windows ) successfully. Done with all the configuration settings in php.ini file. I am able to debug normal php scripts except cakephp project.
I hv used cakephp and eclipse IDE for developm...
I am working on a WordPress theme, using PDT Helios, and keep having the IDE hanging with error message: An internal error occurred during: "Semantic Highlighting Job".
The error log reveals that it enters an infinite loop while attempting to parse some PHP. But for the life of me, those are just simple PHP code. What would be causing ...