Developing? [message #5328] |
Tue, 13 March 2007 20:03 |
Eclipse User |
|
|
|
Originally posted by: nonvalid.nonvalid.nonvalid
Hi!
How is the developing progress? Is their any progress at this time? Should not sounds annoying, I just want to know.
One aspect which can be improved is the code auto completion.
Yours
Karsten
|
|
|
Re: Developing? [message #6136 is a reply to message #5328] |
Thu, 15 March 2007 22:37 |
Eclipse User |
|
|
|
Originally posted by: yossi_leon.hotmail.com
Hi Karsten,
We are about to release PDT 0.7 but because of unresolved IP issues we need
to wait for the final approval. The next phase will be PDT 1.0 which is
about stabilizing and small enhancement changes.
What is exactly that you want to have better in PDT in terms of code assist?
Thanks,
Yossi Leon
PDT Project Leader.
"Karsten Jung" <nonvalid@nonvalid.nonvalid> wrote in message
news:et700m$cqs$1@utils.eclipse.org...
> Hi!
>
> How is the developing progress? Is their any progress at this time? Should
> not sounds annoying, I just want to know.
>
> One aspect which can be improved is the code auto completion.
>
> Yours
>
> Karsten
|
|
|
Re: Developing? [message #6168 is a reply to message #6136] |
Fri, 16 March 2007 18:56 |
Eclipse User |
|
|
|
Originally posted by: nonvalid.nonvalid.nonvalid
Yossi Leon schrieb:
> We are about to release PDT 0.7 but because of unresolved IP issues we need
> to wait for the final approval. The next phase will be PDT 1.0 which is
> about stabilizing and small enhancement changes.
Ok, alright, thank you.
I think this project is really good, developing is fast.
> What is exactly that you want to have better in PDT in terms of code assist?
E.G. :
class CarMotor
{
public function Accelerate()
{
//...
}
}
class Car
{
public $Motor
public function __construct()
{
$this->Motor = new CarMotor();
}
public function Test2()
{
return new CarMotor();
}
}
$car = new Car();
$car->Motor->.... //Here should also be AutoCode
$car->Test2()->... //Here should also be AutoCode
Thanks,
Karsten
|
|
|
|
Re: Developing? [message #7906 is a reply to message #7762] |
Wed, 21 March 2007 15:19 |
Eclipse User |
|
|
|
Originally posted by: apaz.yahoo.com
I was not aware using php doc would help autocomplete. Is this documented?
Guy Gurfinkel wrote:
> The code assist mechanism doesn't run your code in order to gether the info.
> You have to document your code with php doc in order to help it.
>
> for example:
>
> class Car
> {
> /**
> * @var CarMotor
> */
> public $Motor
>
> }
>
>
> Guy Gurfinkel,
> Zend.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.06589 seconds