I downloaded and setup the beta and everything looks good. Thanks for your continued work on this.
I had a couple questions, forgive my ingratitude :)
- What options do I have to keep my own modifications to the bundle whenever I update it. For instance I do <cfset var = 'foo'> instead of <cfset var = 'foo' /> as well as listFindNoCase instead of listfindnocase among other small tweaks. I figure making those changes personally to the bundle every time I update to your latest and greatest isn't going to be feasible. I can open the old bundle's package contents and see my changes there and that helps some but again seems like a pain going forward. Any suggestions?
- because I don't end my tags in a valid xhtml format whenever I hit enter after a cfset tag the next line is indented, what is the best way for me to modify the bundle to avoid that? I can setup a macro for cmd + enter for instance that will get me to the next line then delete backwards once but that seems a little, err, ghetto. Not to mention it doesn't help the indentation that occurs when I paste something in on the line below the cfset tag or any other like tag such as cfargument, cflocation, cfinclude, etc.
- I am still not able to press esc and have it do the variable completion like I used to. That's a feature that really aids my productivity and I've looked into the scoping and everything and tried to get it working but to no avail, help?
Again, thanks for your work, please don't take any of these questions as complaints.
- Andrew