PHPEclipse Questions

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Maugrim_The_Reaper wrote: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.
Just noticed, the plugins are not appearing in the config. Is this because I have 3.2 installed from apt yet the plugins are written for 3.1.x ? :(

That sucks.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

d11wtq wrote: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.
Try the fix mentioned in this PHPEclipse Forum Post. It worked for me.

PS This is another potential fix, somewhat related to your problem.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I'll give it a shot when I get to work tomorrow thanks :)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

"eclipse -clean" fixed my problem :) Thanks.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

My mother always tells me regular cleaning makes life easier.. heh, who would of guessed she would be right? :roll: :lol:
User avatar
Case-
Forum Newbie
Posts: 22
Joined: Fri Aug 04, 2006 5:52 am
Location: Finland

Post by Case- »

d11wtq wrote:"eclipse -clean" fixed my problem :) Thanks.
What does this do?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Case- wrote:
d11wtq wrote:"eclipse -clean" fixed my problem :) Thanks.
What does this do?
I have no idea :lol: I just know it fixed my problem. I imagine it does something to your workspace.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

It cleans up cached code and library includes from what I gather.
Post Reply