[SVN] Revision 1295 (Text Utilities)
Allan Odgaard
allan at macromates.com
Tue Jul 5 19:26:42 UTC 2005
• joins current and next line, removing any leading indent from the next line first, and places the caret where the lines were joined.
It deliberately keeps trailing spaces since I often have:
some_function(arg1,
arg2,
arg3
);
You can't see it, but the first two lines have a trailing space, so pressing ctrl-shift-J 3 times on the first line results in:
some_function(arg1, arg2, arg3);
Changed:
A trunk/Bundles/Text Utilities.tmbundle/Macros/Join Lines.plist
More information about the textmate-dev
mailing list