PDT Open Declaration opens in read only mode [message #57542] |
Tue, 09 October 2007 20:39 |
Eclipse User |
|
|
|
Originally posted by: uzi.kilon.org
I have installed the PDT all in one package on Mac OS X 10.4.10.
Everything seems to work well if i open a new PHP project, but when i
added PHP support to the .project file on an existing Java project it acts
weird.
When i click on an object method or a function name with the ctrl key
pressed (Open declaration / F3) the file opens up in read only mode.
When I do the same thing in the read only file, it opens the same file
again - but this time it's writable.
Any hint what did I miss?
Thanks
|
|
|
Re: PDT Open Declaration opens in read only mode [message #57614 is a reply to message #57542] |
Wed, 10 October 2007 08:07 |
|
Hi!
Can you clarify some facts please:
1) What version of PDT are you using?
2) What are the contents of .project ?
Thanks!
On Tue, 9 Oct 2007 20:39:48 +0000 (UTC)
uzi@kilon.org (Uzi) wrote:
> I have installed the PDT all in one package on Mac OS X 10.4.10.
>
> Everything seems to work well if i open a new PHP project, but when i
> added PHP support to the .project file on an existing Java project it acts
> weird.
>
> When i click on an object method or a function name with the ctrl key
> pressed (Open declaration / F3) the file opens up in read only mode.
>
> When I do the same thing in the read only file, it opens the same file
> again - but this time it's writable.
>
> Any hint what did I miss?
>
> Thanks
>
--
Michael
|
|
|
Re: PDT Open Declaration opens in read only mode [message #57639 is a reply to message #57614] |
Wed, 10 October 2007 08:50 |
Eclipse User |
|
|
|
Originally posted by: uzi.kilon.org
Thanks for resonding,
The file I installed PDT from is:
pdt-all-in-one-1.0-R20070917-macosx-carbon.tar.gz
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
the content of my .profile file:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ProjectName</name>
<comment></comment>
<projects></projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name >
<arguments></arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments></arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments></arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
|
|
|
Powered by
FUDForum. Page generated in 0.03584 seconds