Hello Mathias, I've tried it already. I've tried also to create a PHP project, apart from my actionscript, to see how auto-completion works. I've played with the options also. When requested, PHPEclipse auto-completion shows the possible members for my object ($object1-> ) and a lot of other possible options, but from the other objects. Sometimes $object1 only has 3 ou 4 members, but on the auto-completion list are shown hundreds of possible options. I've made a research on the web, and it seems I'm not the only one having this problem. But there are also persons without complains. I am now using Zend editor, and the completion works perfectly - only shows the possible members from one object. But it's a trial (well, the project must be finished until 1st July so, no problem here :P), and it's damn heavy.
This is an important issue I would like to solve, because we have lots of Value Objects, and it's much more elegant to use auto-completion when we don't remember the name of the attribute we want to fill. João Saleiro -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Dittgen Sent: sexta-feira, 9 de Junho de 2006 12:29 To: Open Source Flash Mailing List Subject: Re: [osflash] Configuration for actionscript project in eclipse, with PHP Hello João, In which "Perspective" do you work? You might try to change the Perspective to the one from your PHPeclipse Plugin. You also might want to right click your .php Files and then check the "Open with" Option, if the PHP Editor is available there in. If this doesn't help, you should check your options at Window > Preferences > PHPeclipse Good luck, Matthias 2006/6/6, João Saleiro <[EMAIL PROTECTED]>: > > > > > Hello, > > > > I am doing something wrong here, so I wonder if you could help me. My > project uses actionscript and PHP. To make it simpler for team > synchronizing, I've created only one Actionscript Project, put my AS > code on the src dir and my PHP code on the dist dir, with the swf. The > problem is that I am not getting auto-completion for PHP, which is > very annoying. When I create a new PHP project, auto-completion works > just fine. Do you know how to solve this? > > > > Thanks, > > > > João Saleiro > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > -- Matthias Dittgen Schulstrasse 4 D.79297 Winden im Elztal Deutschland T ++49.7685.913253 M ++49.160.99649073 _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
