Skip to main content
Participating Frequently
May 2, 2010
Question

CFBuilder Eclipse Plugin Code Highlight Issue

  • May 2, 2010
  • 2 replies
  • 1871 views

Hi all,

I've installed Coldfusion Builder over a FlashBuilder Eclipse instance, but i've code highlight issue..

Sometimes the code is correctly highlighted, sometimes not..and i don't know what's happen.

Is it a known issue ? Is there anybody here that get the same ?

Thanks a lot guys !

Francois

This topic has been closed for replies.

2 replies

Participating Frequently
July 13, 2010

Hi back,

still have the same issue related to coldfusion syntax highlight ?

Any help would be nice !

thanks

Francois

Participating Frequently
July 13, 2010

Issue Fixed !

I had to execute Flash Builder as "Administrator" and all Coldfusion Builder features are now successfully functional...

Help the will help some guys here

EDIT : I had to create a super admin in order to not have to execute "as" admin ... and it works fine now !

July 19, 2010

Francois,

Was this on Windows or on another OS? My boss is having the same problem on a Windows 7 64-bit machine - Helios Install of Eclipse - The CF Builder plugin will only colour the code correctly when a file is left open from a previous session

Regards

Joanne

Participant
May 20, 2010

I have the same problem.

If a tag have a #variable# or a <cfif> embedded at the end of the taf, the highlight is not performed for the end of the file.

Examples :

<cfset disabled = 'disabled'>

<input type="text" name="foo" #disabled#> <!--- bad --->

<input #disabled# type="text" name="foo"> <!--- good --->

<input type="text" name="foo" > <!--- bad --->

<input <cfif ...>disabled</cfif> type="text" name="foo"> <!--- good --->

Hope this help !

Participating Frequently
May 21, 2010

Hi,

Nops, i don't use any # # statements cause i'm developping CFC for AMF Communication with flex...

So your example don't work in my case.

When i said previously that the highlights worked fine sometimes and sometimes not, it's not inside the same script.. but from script to script..

I've noticed that when i have some cfc documents openned , close Flash Builder and re open it, the hightlights work , but when i try to open other cfc documents.. no highlights ! It is weird ..

I've installed Coldfusion Builder Update 1 without any changes..

Any solutionwould be great !

Thanks

François