eclipse.tools.pdt en Copyright (c) 2006 Zend Corporation and IBM Corporation PHP Developer Tools http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.pdt =?utf-8?Q?Re:=20How=20install=20PDT=20in=20existing=20Eclipse=20i?= =?utf-8?Q?nstallation=3F?= (Michael Spector <spektom@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4175&group=eclipse.tools.pdt#4175 http://wiki.eclipse.org/PDT/Installation#From_Update_Site =?utf-8?Q?Zend=20Debugger=20and=20PDT=20-=20404=20errors?= (Mike Kelly <m.f.kelly@arts.ac.uk>) http://www.eclipse.org/newsportal/article.php?id=4176&group=eclipse.tools.pdt#4176 Hi,
I have set up ZendDebugger.dll in my Windows install of XAMPP. I'm running Eclipse IDE for PHP Developers 1.2.1.20090918-0703
I have set up a simple php project, but 'm having problems configuri
=?utf-8?Q?Re:=20Zend=20Debugger=20and=20PDT=20-=20404=20errors?= (Mike Kelly <m.f.kelly@arts.ac.uk>) http://www.eclipse.org/newsportal/article.php?id=4177&group=eclipse.tools.pdt#4177 Well,
I finally got it to work by creating a virtual host entry in apache, which pointed to my eclipse_workspace folder.
I had to edit the Windows hosts file too for that to work.

Is that the onl
=?utf-8?Q?PHP=20debugging=20with=20IIS=206?= (<saturday@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4178&group=eclipse.tools.pdt#4178 Anyone know how or can point me to a straightforward guide to get debugging to work with IIS6? I've searched around but was unable to find anything useful.

I've installed eclipse for php developers
=?utf-8?Q?Re:=20PHP=20debugging=20with=20IIS=206?= (<saturday@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4179&group=eclipse.tools.pdt#4179 Ok it looks like php just isnt' recognizing any of the debuggers. I've tried both zend debugger and xdebug (mutually exclusively), but they never show up in phpinfo (did iis restarts).

I've append
=?utf-8?Q?PDT=20static=20properties=20autocomplete?= (Dmitiry Fedorenko <dmifedorenko@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4180&group=eclipse.tools.pdt#4180 I use this sample in eclipse 3.5.1 & PDT 2.1.1:
<?php
class xxx {
static $yyy = '0_o';
}
xxx:: <= autocomplete doesn't work here
?>

Why autocomplete don't show xxx::$yyy property?
using phpDocumentor in Eclipse PDT ("Enrico R." <enricor.eclipse@googlemail.com>) http://www.eclipse.org/newsportal/article.php?id=4181&group=eclipse.tools.pdt#4181 Hello there,

I want to use the phpDocumentor (v. 1.4.3) inside Eclipse (3.5.1 x64)
with PDT (2.2).

I know i must setup an "External tool" but how ?

Can anybody explain me, how i get this to
Re: using phpDocumentor in Eclipse PDT (sNop <snop3@seznam.cz>) http://www.eclipse.org/newsportal/article.php?id=4182&group=eclipse.tools.pdt#4182 Enrico R. napsal(a):
> Hello there,
>
> I want to use the phpDocumentor (v. 1.4.3) inside Eclipse (3.5.1 x64)
> with PDT (2.2).
>
> I know i must setup an "External tool" but how ?
>
> Can
=?utf-8?Q?Create=20PHP=20Sub-Projects=20in=20a=20PHP=20Project=3F?= (jeff00seattle <jeff_tanner@earthlink.net>) http://www.eclipse.org/newsportal/article.php?id=4183&group=eclipse.tools.pdt#4183 Is there a way to create multiple PHP Sub-Projects within a PHP Project?

Thanks

Jeff in Seattle
=?utf-8?Q?Re:=20Create=20PHP=20Sub-Projects=20in=20a=20PHP=20Proj?= =?utf-8?Q?ect=3F?= (Michael Spector <spektom@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4184&group=eclipse.tools.pdt#4184 I'm not sure what you mean by Sub-Project. =?utf-8?Q?Source=20Format=20uses=20tabs=20instead=20of=20spaces?= (Artiom Neganov <aneganov@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4185&group=eclipse.tools.pdt#4185 On "General > Editors > Text editors" page I have "Insert spaces for tabls" checkbox checked so when I hit TAB in code - 4 spaces are inserted.
But code autoformat function (Ctrl+I) still insert ta
=?utf-8?Q?Re:=20Create=20PHP=20Sub-Projects=20in=20a=20PHP=20Proj?= =?utf-8?Q?ect=3F?= (Lisandro Grassini <lisandro.grassini@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4186&group=eclipse.tools.pdt#4186 You can create a project and then create another one adding a reference to the first one (using the PHP Include Path). =?utf-8?Q?Re:=20Create=20PHP=20Sub-Projects=20in=20a=20PHP=20Proj?= =?utf-8?Q?ect=3F?= (jeff00seattle <jeff_tanner@earthlink.net>) http://www.eclipse.org/newsportal/article.php?id=4187&group=eclipse.tools.pdt#4187 Thanks for the reply, but where is PHP Include Path during the creation of a new PHP project.

I am using the latest version of Galileo.

Jeff in Seattle
=?utf-8?Q?Re:=20Source=20Format=20uses=20tabs=20instead=20of=20sp?= =?utf-8?Q?aces?= (Miha Vrhovnik <miha.vrhovnik@cordia.si>) http://www.eclipse.org/newsportal/article.php?id=4188&group=eclipse.tools.pdt#4188 I think It's a bug. The same happens if you select a block of code and press Tab key... =?utf-8?Q?Re:=20Unable=20to=20run=20as=20php=20web=20page?= (<lownotepoet@yahoo.com>) http://www.eclipse.org/newsportal/article.php?id=4189&group=eclipse.tools.pdt#4189 I'm having a similar issue. I've installed the latest version of PDT from the Eclipse PHP website.

Eclipse will not run .php files either locally w/in the IDE, or w/in a browser.

It doesn't a