Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT Open Declaration opens in read only mode
PDT Open Declaration opens in read only mode [message #57542] Tue, 09 October 2007 20:39 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Michael Spector is currently offline Michael SpectorFriend
Messages: 110
Registered: July 2009
Senior Member

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 Go to previous message
Eclipse UserFriend
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>
Previous Topic:XDebug Profiling Visualization
Next Topic:XDebug error on 2nd launch
Goto Forum:
  


Current Time: Tue Apr 16 22:56:04 GMT 2024

Powered by FUDForum. Page generated in 3.55930 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top