[SVN] r6391 (R)

Charilaos Skiadas cskiadas at uchicago.edu
Sun Dec 24 16:17:14 UTC 2006


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



More information about the textmate-dev mailing list