tabs and autoindenting
How do you turn autoindenting off ?
I tried windows -> coldfusion -> editor profiles -> editor and could not find how to do that.
How do you turn autoindenting off ?
I tried windows -> coldfusion -> editor profiles -> editor and could not find how to do that.
If there is something like
<cfif a eq 1>
<cfif b eq 1>
</cfif> Prefer this line not to automatically tab over to sit under the <cfif b eq 1>, automatically going under it is ok, just by spaces, not tabs.
<cfelse>
...
</cfif>
You could change the CFBuilder preferences to insert spaces instead of tab, but I do not think that would be a best practice.
Anyway you will find it under Preferences -> General -> Editors -> Text Editors : check option 'insert spaces for tabs'
Cheers Bert.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.