Title: 
  Code Coloring Breaks When Comments Used Within Function with Named Arguments
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Dave Levin / Henweigh99 (Dave Levin)
Created: 09/25/2014
Components: Editor Features
Versions: 3.0
Failure Type: Usability Issue
Found In Build/Fixed In Build: 3.0 Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 5
Problem Description:
Code coloring model breaks when you add a comment within a function containing named arguments.
Steps to Reproduce:
1. Open ColdFusion Builder 3
2. Create a new CFM page
3. Paste the following sample code:
<cfset myFunction(
	argument1 = "strawberries",
	argument2 = "bananas", <!--- these are my favorite --->
	argument3 = "blueberries",
	argument4 = "pineapples"
) />
Actual Result:
The code coloring feature colors everything after the comment black including the end of the tag.
Expected Result:
The code coloring should resume coloring the rest of the tag normally after the comment is closed.  Dreamweaver handles this fine. So does CFEclipse.
Any Workarounds:
Open file with CFEclipse editor instead.  Within CFBuilder there is no workaround that I know of.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3831825
External Customer Info:
External Company:  
External Customer Name: Henweigh99
External Customer Email:  
External Test Config: Windows 7 x64.
Running ColdFusion Builder 3 standalone AND as eclipse plugin.
  Attachments:
Comments: