ColdFusion
ColdFusion copied to clipboard
Script CFC Suggestions Not Working in SB3
If I write a CFC in script using SB3 Beta Portable, syntax highlighting seems to work just fine. However it appears nothing else. For example index.cfc:
component {
function init() {
return true;
writeDump(myVar);
}
}
When I start writing "writeDump" in SB2, you'll see the "writeDump" as a suggestion. This doesn't happen in SB3.