private ${1:string} _${2:MyProperty}; public ${1:string} ${2:MyProperty} { get { return ${2:MyProperty}; } set { ${2:MyProperty} = value; } } $3
Doesn't work for me :-(
Ian.
On Oct 7, 2004, at 09:47, Benny Kjær Nielsen wrote:
On Thu, 7 Oct 2004, Ian Phillips wrote:
Can anybody get this to work? Is it not implemented yet or am I just screwing up?
Seeing your attempt at making it work would have been nice :-)
As described in a previous post I have it working for the following snippet (it is for latex):
\begin{$1} $0 \end{$1}
-- Benny _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate
#ifndef __COMMON_SENSE__ | Ian Phillips #include <std_disclaimer> | http://ianp.org #endif