Status/Resolution/Reason: Open//
Reporter/Name(from Bugbase): Aaron N. / ()
Created: 06/26/2019
Components: Editor Features, Code Colorization
Versions: 2018
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: 313943 /
Priority/Frequency: Normal / Very few users will encounter
Locale/System: / Windows 10 64 bit
Vote Count: 0
Issue: Some of the Dreamweaver profile's Syntax Coloring is incorrect
History: The Dreamweaver profile was added CFB v1, and was based on Dreamweaver CS's default code coloring (i.e. the now 'Classic' DW color scheme).
Issue: A few of the Dreamweaver profile's colors are incorrect (i.e. they do not match Dreamweaver CS's default code coloring)
Repro:
1) In Preferences > ColdFusion > Profiles, select the "dreamweaver" profile and click 'Apply'
2) In Preferences > ColdFusion > Profiles > Editor > Syntax, compare the following w/ the same in Dreamweaver CS:
-----------
CF
- Built-in Function: rgb(11,148,150) should be rgb(0,0,255)
CFScript
- Bracket: rgb(0,0,255) should be rgb(0,0,153)
- Function: rgb(51,153,102) bold should be rgb(0,0,255) non-bold
- Reserved: rgb(0,51,255) bold should be rgb(0,0,255) non-bold
JavaScript
- Identifier: rgb(0,0,255) should be rgb(0,0,0)
-----------
See attached PDF for screenshots of Dreamweaver CS's default Code Coloring Scheme for ColdFusion.
Attachments:
Comments: