Added two simple "Wrap Selection" commands. The "function definition" one
should ideally have some way to create arguments with default values from the
first couple of lines of the selection, e.g. from rows like:
n=5
mu=0
one would get: x <- function(n=5,mu=0) {....}
Changed:
A trunk/Bundles/R.tmbundle/Commands/Wrap Selection in Function Call.tmCommand
A trunk/Bundles/R.tmbundle/Commands/Wrap Selection in Function
Definition.tmCommand
U trunk/Bundles/R.tmbundle/info.plist
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev