Skip to main content



      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 13:40 Go to next message
Eclipse UserFriend
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 17:55 Go to previous messageGo to next message
Eclipse UserFriend
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] Thu, 02 October 2008 20:58 Go to previous messageGo to next message
Eclipse UserFriend
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] Thu, 02 October 2008 21:12 Go to previous messageGo to next message
Eclipse UserFriend
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] Thu, 02 October 2008 21:20 Go to previous message
Eclipse UserFriend
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: Tue Jul 01 05:31:19 EDT 2025

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

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

Back to the top