[SVN] r3031

Ian Joyner i.joyner at acm.org
Sat Apr 15 02:52:28 UTC 2006


On 14/04/2006, at 3:32 PM, Allan Odgaard wrote:

> • make it not use the Mac Classic UUID

Not quite sure what this means, but thanks for fixing it – there's a  
lot I don't understand about this yet, so I hope what I have uploaded  
is not too rough.

One thing I was trying to do was to upcase typenames as they were  
entered. I could achieve this on mirrored text, but not on the  
entered string, like so:

-- ${1:class_name}

class
	${1/(.*)/\U$0\E/}
inherit

create

feature

invariant

end -- ${1/(.*)/\U$0\E/}

The intention is to delete the top comment once the class name is  
entered, but is there a way to upcase the string as it is entered?

Thanks
Ian



More information about the textmate-dev mailing list