Page 2 of 3

Posted: Fri Nov 17, 2006 3:15 pm
by RobertGonzalez
Did you install the debugger? If so, do you install the listener AND the modules, or just one of the two?

Posted: Fri Nov 17, 2006 4:54 pm
by RobertGonzalez
Case- wrote:For the auto complete menu, try to hit Ctrl+Space.
I tried this and got
org.eclipse.ui.internal.editors.text.JavaFileEditorInput

Posted: Fri Nov 17, 2006 6:26 pm
by RobertGonzalez
Ok, what the crap?! Why is it that whenever I open a file from the Eclipse file browser that it opens in Eclipse, then opens Zend Studio like three times over?

PS I really like Eclipse.

Posted: Sun Nov 19, 2006 6:22 am
by Ollie Saunders
How much does it cost?

Posted: Sun Nov 19, 2006 6:23 am
by Chris Corbyn
ole wrote:How much does it cost?
$0, £0, Zero, zilch, free.

Posted: Sun Nov 19, 2006 6:30 am
by Ollie Saunders
Sweeet. I gotta look into this.

Posted: Sun Nov 19, 2006 10:02 am
by RobertGonzalez
While reading some of the docs, it is mentioned that PHPEclipse only works right with Eclipse 3.1. The current release is 3.2, which is what I used at work. I downloaded 3.2 and 3.1 last night and will give them a go, but the way things worked at work, I would sugest loading 3.1 and not 3.2.

Posted: Mon Nov 20, 2006 3:01 am
by Jenk
Zend's PHPIDE works fine with 3.2.x here.

http://www.zend.com/phpide

Posted: Thu Nov 23, 2006 2:47 am
by Case-
The phpeclipse works fine with 3.2.

Posted: Thu Nov 23, 2006 3:03 am
by Chris Corbyn
Case- wrote:The phpeclipse works fine with 3.2.
Using 3.2.1 but no workey for the auto-complete. I've tried this on Linux and on a Mac but not on windows.

Posted: Thu Nov 23, 2006 5:03 am
by Case-
d11wtq wrote:
Case- wrote:The phpeclipse works fine with 3.2.
Using 3.2.1 but no workey for the auto-complete. I've tried this on Linux and on a Mac but not on windows.
Ok, dont remember that I used auto complete.

Posted: Thu Nov 23, 2006 8:51 am
by RobertGonzalez
Jenk wrote:Zend's PHPIDE works fine with 3.2.x here.

http://www.zend.com/phpide
I didn't use the Zend PHPIDE. I have Zend Studio, then began using Eclipse. There is a setting (project root) in the projects setting, that, if it not the same as the location of the files you are working, it uses your app associated with the file type you are working with instead of Eclipse. I found that on the PHPEclipse forums. I changes that setting and shebang, all works fine.

And I have to say that I think I am going to be abandoning Zend Studio in favor of Eclipse. Eclipse just plain blows it out of the water.

Posted: Wed Nov 29, 2006 5:35 am
by Chris Corbyn
WTF? I have The zend IDE installed in Eclipse but every time I open *any* file from the eclipse menu, gEdit opens the file, not Eclipse. It's literally impossible for me to open a file in Eclipse. This is a new install under Ubuntu.

Any clues? It's nothing to do with Zend's IDE neither since this was happening before I installed it. I installed it in the hope it would fix this issue. JS files do the same thing.

Posted: Wed Nov 29, 2006 5:42 am
by Jenk
gEdit has stolen the file associations, by the sounds of it. It'll be a Gnome config option somewhere.

Posted: Wed Nov 29, 2006 6:18 am
by Maugrim_The_Reaper
gedit is the default editor on Ubuntu under Gnome. I believe the settings in Eclipse are actually to blame - go into preferences and check the file associations. Chances are, the PHP extension is set to the default system editor rather than Eclipse itself. Remember Eclipse can be configured to open project files with an external editor and it usually does just that for add-ons like php-eclipse or Zend's phpide.