Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script CFC Suggestions Not Working in SB3 #121

Open
christierney402 opened this issue Aug 26, 2013 · 0 comments
Open

Script CFC Suggestions Not Working in SB3 #121

christierney402 opened this issue Aug 26, 2013 · 0 comments

Comments

@christierney402
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant