ColdFusion icon indicating copy to clipboard operation
ColdFusion copied to clipboard

Script CFC Suggestions Not Working in SB3

Open christierney402 opened this issue 12 years ago • 0 comments

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.

christierney402 avatar Aug 26 '13 20:08 christierney402