• improve “Insert Call to Constructors” command It now inserts a space if used directly after ‘)’ and no longer chokes on default values which used (), e.g.: ‘foo (bar_t const& bar = bar_t()):⇥’ now (correctly) inserts: ‘ : bar(bar)’. Changed: U trunk/Bundles/C.tmbundle/Commands/Insert Call to Constructors.tmCommand