You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
When I start writing "writeDump" in SB2, you'll see the "writeDump" as a suggestion. This doesn't happen in SB3.
The text was updated successfully, but these errors were encountered: