[SVN] r9162 (C)

Allan Odgaard throw-away-2 at macromates.com
Wed Mar 19 22:00:18 UTC 2008


• 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



More information about the textmate-dev mailing list