• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion Builder 3 Code Coloring Bug

Contributor ,
Sep 25, 2014 Sep 25, 2014

Copy link to clipboard

Copied

Hello CFBuilders,

I encountered what I believe is a bug within CFBuilder 3 (standalone and Eclipse plugin) where code coloring breaks after you insert a comment in a function with named arguments.  To replicate the issue copy/paste the following code in CF Builder:

<!--- Sample Bug: Code Coloring  --->

<cfset myFunction(

      argument1 = "strawberries",

      argument2 = "bananas", <!--- these are my favorite --->

      argument3 = "blueberries",

      argument4 = "pineapples"

) />

<cfset test = "test" />

code_coloring_bug.jpg

You should see argument3,argument4, and the closing bracket are colored incorrectly.  If you encounter the same issue and you'd like to see this fixed please feel free to vote for this bug here:
Bug#3831825 - Code Coloring Breaks When Comments Used Within Function with Named Arguments

It should be noted that Dreamweaver can handle this type of code coloring situation fine.

TOPICS
Builder

Views

366

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation