• insert call to member data constructors based on the parameters given, e.g.:
class foo {
foo (int x, int y, string const& str) :‸
};
Press tab and it becomes:
class foo {
foo (int x, int y, string const& str) : x(x), y(y), str(str)‸
};
Changed:
A trunk/Bundles/C.tmbundle/Commands/Insert Call to Constructors.tmCommand
U trunk/Bundles/C.tmbundle/info.plist
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev