Soft return doesn't work
Reported by Felipe Coury | March 7th, 2010 @ 11:07 PM
In TextMate there is a "soft return" command when you hit Cmd+Return. The effect of this command is that it goes to the next line as a Return would, but it doesn't break the current line.
An example: let's say I created a new method, and the "autopairing" took care of closing my parens, leaving the cursor before the closing match, like below (the cursor is represented by a pipe):
def my_method(arg1, arg2|)
When I hit Cmd+Return (probably Ctrl+Return in Windows), TextMate positions the cursor on the line below, like this:
def my_method(arg1, arg2)
| end
This is a nice to have feature, since it speeds up typing. In Redcar 0.3.4.1, this command is unavailable, leading to this result:
def my_method(arg1, arg2
|)
end
Comments and changes to this ticket
-
Felipe Coury March 7th, 2010 @ 11:07 PM
- Tag changed from 0.3.4.1 nice-to-have to 0.3.4.1, nice-to-have
-
Daniel Lucraft March 8th, 2010 @ 09:06 AM
- State changed from new to open
-
Daniel Lucraft March 14th, 2010 @ 12:22 PM
- State changed from open to invalid
Sorry for closing this Felipe, I'm bug scrubbing and this is (a) an enhancement, and (b) something that will automatically get done when we port the Source bundle commands to Redcar, since it is a command in that bundle.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.