Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
214 views

Eclipse completions - @var (PHPDoc) question

I have strange problem. When I use @return Model\Article in the model-loading method then I see the model's methods in autocomplete of Eclipse. The model-loading method returns more objects so I ...
2
votes
3answers
462 views

How can I configure the formatter settings in PhpEclipse?

I'm using Eclipse Helios with PHPEclipse, which works great, but I can't seem to get the formatter (Ctrl-Shift-F) to work with highlighted code. It doesn't really seem to do anything. Does anyone ...
1
vote
0answers
449 views

PHPEclipse vs PDT

It looks like these are both comparable packages for doing PHP development in Eclipse - what are their relative advantages and disadvantages?
1
vote
1answer
294 views

How to tell PHPEclipse to use spaces instead of tabs

I just switched back from PDT to PHPEclipse (Because PDT is too unstable for my taste) but now I have the problem that I can't find out how to tell PHPEclipse to indent PHP code with spaces instead of ...
1
vote
1answer
700 views

PHP Eclipse - importing existing CakePHP projects

I'm trying to import existing Cake 1.2 projects into PHP Eclipse (latest all-in-one download on Galileo build) - I don't think I understand Eclipse properly: 1) I have created Workspace on my web ...
1
vote
1answer
154 views

Eclipse PHP IDE annoyance

This is such a petty little issue, but it annoys the heck out of me. I'm using Eclipse Version: 3.3.0 (Build id: I20070625-1500). In particular, PHPeclipse 1.2.0.200807121925PRD. So here's the ...
1
vote
3answers
727 views

PHPEclipse weird highlight

This is not a technical problem, but very annoying. Does anyone know how to turn off or change the color for the name highlight in phpEclipse? I use white-on-black scheme and this highlight has a ...
0
votes
1answer
21 views

New at Eclipse using PHP and needing tips

I´m switching from DW to eclipse (actually I´m still in doubt on cahnging to netbeans) because heard good thing about it and also because I´m going to turn to linux asap. Well I´m still in Wind 7 ...
0
votes
0answers
34 views

Access Forbidden in phpeclipse

I just install the xampp and phpeclipse. I changed the documentroot path in httpd.conf to my current project and set up all the things needed in the eclipse. Sometimes the phpbrowser can run normally ...
0
votes
1answer
73 views

debugging with PHPeclipse

I am trying to set-up Eclipse 3.7 with PHPeclipse. While trying to use the debugger (debug perspective) it says: Could not open input file: test.php I am using php dbg script.in the configuration ...
0
votes
1answer
160 views

Eclipse svn client (Subclipse) doesn't show status icons on files

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear anymore. I've already ...
0
votes
0answers
296 views

Eclipse Helios: phpeclipse and rse - phpDoc tooltip doesn't work when hovering over user created functions

This is my first post to this site. I find I often come to this site when searching for an answer to a problem, so I thought I'd give it a try. I am using eclipse helios with phpeclipse and rse ...
0
votes
2answers
288 views

PHP strict code validation

I use PHPClipse for my PHP development. It has some code highlighting and some other validation such as forgetting to put a ';' at the end of a statement or forgetting '}' etc. I find it is easy to ...
0
votes
1answer
42 views

phpeclipse does not work when renaming a folder

I have a folder containing some files and sub-folders. If I rename the folder using the eclipse 'refactor'->'rename' command you would expect the folder to be renamed but that is not what happens. A ...