Hello,

 

this is not the appropriate mailing list for discussing PHP subjects, but since a lot of people here uses PHP, I guess there won’t be a problem to make just one question…

I use Eclipse with PHPEclipse to code PHP. I wish not to use another  IDE, so my flash projects can all be coded inside eclipse.

When I made Castingoffice.net, I had a lot of problems with PHPEclipse auto-completion. Since the project was delayed, I just coded without time to care for this feature.  But now I am trying to improve my workflow, correcting some flaws, and this is one.

When I am coding, imagine that I have:

 

class ClassA {

 var $property1;

}

 

If I make:

 

$aInstance=new ClassA();

$aInstance->

 

and request for auto completion, PHPEclipse shows me all the functions and properties on my whole project, when it should show only “property1”.

Now, is this “normal”, is this a bug, or am I doing something wrong? K

 

Thank you, once again.

 

João Saleiro

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to