Page 3 of 3
Posted: Wed Nov 29, 2006 8:24 am
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.
Posted: Wed Nov 29, 2006 10:43 am
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.
Posted: Wed Nov 29, 2006 3:22 pm
by Chris Corbyn
I'll give it a shot when I get to work tomorrow thanks

Posted: Thu Nov 30, 2006 9:43 am
by Chris Corbyn
"eclipse -clean" fixed my problem

Thanks.
Posted: Fri Dec 01, 2006 3:54 am
by Jenk
My mother always tells me regular cleaning makes life easier.. heh, who would of guessed she would be right?

Posted: Fri Dec 01, 2006 5:57 am
by Case-
d11wtq wrote:"eclipse -clean" fixed my problem

Thanks.
What does this do?
Posted: Fri Dec 01, 2006 8:44 am
by Chris Corbyn
Case- wrote:d11wtq wrote:"eclipse -clean" fixed my problem

Thanks.
What does this do?
I have no idea

I just know it fixed my problem. I imagine it does something to your workspace.
Posted: Fri Dec 01, 2006 8:58 am
by Jenk
It cleans up cached code and library includes from what I gather.