You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cftextmate
If I have a cffunction tag like so:
<cffunction name="getResults" displayname="Gets results for an
activity" returntype="struct"
description="Gets results for an activity">
</cffunction>
because there is a line break and carriage return after the returntype
attribute the TextMate folding doesn't catch my cffunction tag so I
can't collapse it. If everything is on one line then no problem. I
figure this is just a regular expression issue with how the bundle
does its folding markers but I'm no expert. What do I need to do in
order to have it ignore the line breaks when figuring out the folding
markers? Thanks for your help.