typenator trigger = -gs{prop}
Where prop is a dynamic set of text. This would autocreate something like
private var _{prop}:Object
private var {prop}Changed:Boolean;
public function get {prop} ():Object
{ return _{prop}; }
…. you get the point.
I have only messed with the freebie version however if the full version allows this, then consider me a new customer.
]]>