Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » No Syntax Coloring with PDT 1.03 in Eclipse 3.4
No Syntax Coloring with PDT 1.03 in Eclipse 3.4 [message #81033] Thu, 02 October 2008 17:40 Go to next message
Ingo Renner is currently offline Ingo RennerFriend
Messages: 40
Registered: July 2009
Member
Hi *,

I got PDT installed in Eclipse 3.4, however Syntax Colring isn't
working. Is that a known issue, or is there anything I could do to get
it working?


best
Ingo
Re: No Syntax Coloring with PDT 1.03 in Eclipse 3.4 [message #81047 is a reply to message #81033] Thu, 02 October 2008 21:55 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 53
Registered: July 2009
Member
Ingo,

I was having troubles with the editor that included syntax coloring...
it turned out that there were some php tags formatted as follows:

<?if ()...?>

this was making the editor behave strangely, including syntax coloring.
You might want to proof you code to include a space between the start
tag and contents:

<? if()... ?>

Regards,
Richard


Ingo Renner wrote:
> Hi *,
>
> I got PDT installed in Eclipse 3.4, however Syntax Colring isn't
> working. Is that a known issue, or is there anything I could do to get
> it working?
>
>
> best
> Ingo
Re: No Syntax Coloring with PDT 1.03 in Eclipse 3.4 [message #81064 is a reply to message #81033] Fri, 03 October 2008 00:58 Go to previous messageGo to next message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
Well, there's your problem right there. 1.03 isn't even supposed to work
with Ganymede. Use 2.0, otherwise you'll need to stick with Europa.

Cheers,
David

Ingo Renner wrote:

> Hi *,

> I got PDT installed in Eclipse 3.4, however Syntax Colring isn't
> working. Is that a known issue, or is there anything I could do to get
> it working?


> best
> Ingo
Re: No Syntax Coloring with PDT 1.03 in Eclipse 3.4 [message #81077 is a reply to message #81047] Fri, 03 October 2008 01:12 Go to previous messageGo to next message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
Probably more related to running the wrong version of PDT. 1.03 isn't even
supposed to work on Eclipse 3.4. You'll either have to upgrade PDT, or
downgrade Eclipse.

Cheers,
David


Richard Geddes wrote:

> Ingo,

> I was having troubles with the editor that included syntax coloring...
> it turned out that there were some php tags formatted as follows:

> <?if ()...?>

> this was making the editor behave strangely, including syntax coloring.
> You might want to proof you code to include a space between the start
> tag and contents:

> <? if()... ?>

> Regards,
> Richard


> Ingo Renner wrote:
>> Hi *,
>>
>> I got PDT installed in Eclipse 3.4, however Syntax Colring isn't
>> working. Is that a known issue, or is there anything I could do to get
>> it working?
>>
>>
>> best
>> Ingo
Re: No Syntax Coloring with PDT 1.03 in Eclipse 3.4 [message #81091 is a reply to message #81077] Fri, 03 October 2008 01:20 Go to previous message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
Oops. Firefox crashed on me and I didn't realize I'd sent that through
twice...

David
Previous Topic:Troubles loading source into the editor
Next Topic:PDT 2.0.0-HEAD still slow
Goto Forum:
  


Current Time: Thu Apr 18 17:09:52 GMT 2024

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

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

Back to the top