Questions tagged [phpeclipse]

The PHPEclipse project is plug-in feature for the ​Eclipse development framework.

The PHPEclipse project is plug-in feature for the ​Eclipse development framework.

The aim of PHPEclipse is to provide ​PHP developers an affordable, full featured PHP IDE with features like internal PHP parser, debugger, code formatter, outline view, templates and much more.

29 questions
34
votes
3 answers

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 any more. I've already re-installed Eclipse and the Subclipse plugin, to no…
Aman Alam
  • 11,231
  • 7
  • 46
  • 81
34
votes
10 answers

How to install a PHP IDE plugin for Eclipse directly from the Eclipse environment?

I have a clean Eclipse Java SDK. I would like to make it suitable for developing PHP applications. So I need a PHP IDE plugin (or something like that). How could I install it from the Eclipse environment?
Kirzilla
  • 16,368
  • 26
  • 84
  • 129
5
votes
2 answers

PHPEclipse vs PDT

It looks like these are both comparable packages for doing PHP development in Eclipse - what are their relative advantages and disadvantages?
xyphoid
  • 1,380
  • 10
  • 12
4
votes
2 answers

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 want it to @return My\BaseModel and then put the /*…
grongor
  • 1,305
  • 1
  • 13
  • 26
4
votes
1 answer

Unexpected error annotations everywhere since I installed version Oxygen

I installed the last version (Oxygen) of Eclipse for PHP. But now there are lots of error annotations that I think they shouldn't be. Almost all of them have to do with Exception: throw new Exception('Exception message'); The annotation message in…
luis.ap.uyen
  • 1,314
  • 1
  • 11
  • 29
3
votes
2 answers

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 know if there is a way to edit the settings (i.e.…
jwir3
  • 6,019
  • 5
  • 47
  • 92
3
votes
1 answer

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 root C:\Program Files\xampp\htdocs 2) I have created…
Owen
  • 7,347
  • 12
  • 54
  • 73
2
votes
4 answers

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 tabs. I have enabled the usage of spaces in the…
kayahr
  • 20,913
  • 29
  • 99
  • 147
2
votes
2 answers

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 make a mistakes, for example class foo { …
jax
  • 37,735
  • 57
  • 182
  • 278
1
vote
1 answer

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 issue, when I'm within an echo " "; statement (typing…
codemonkey
  • 2,661
  • 2
  • 24
  • 34
1
vote
3 answers

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 white background which makes it unreadable and very…
Prody
  • 5,182
  • 6
  • 44
  • 62
1
vote
0 answers

Why is PHPEclipse complaining about this php code?

$deploy->post_deploy = function() use ($deploy) { // hit the wp-admin page to update any db changes exec('curl http://www.my.address.ipq.co/dev/build'); $deploy->log('Doing a dev/build for silverstripe... '); }; In Eclipse, (I'm using…
ac_
  • 1,147
  • 4
  • 13
  • 34
1
vote
0 answers

How to run a HTML project with PHP files using Tomcat 7 under Eclipse IDE?

I have searched every where but I can't find an answer to my question. I have Eclipse Juno installed on arch Linux, I have installed Apache Tomcat 7 as a server and PHPEclipse for writing PHP scripts. I have created a project with various HTML…
Daniele Sassoli
  • 899
  • 12
  • 34
1
vote
2 answers

How to run magento project in phpeclipse?

I want to include and run magento project in phpeclipse.How can i do that?
David
  • 349
  • 3
  • 13
  • 26
1
vote
1 answer

html/css/jquery/javascript code completion in php file phpEclipse

This is my first post at this site. I searched alot but couldn't find what i was looking for so i decided to post the question. Im a php developer. I was using dreamweaver because i like many features of dreamweaver like code/design view,…
Kevin
  • 749
  • 2
  • 10
  • 27
1
2