开发者

Indenting partially selected lines in TextMate

Is there any way to make TextMate indent an entire line when only part of it is selected? Currently, when I select several lines by dragging my mouse over them, or holding shift and pressing up/down, pressing the indent key (Opt-TAB) only shifts the selected portion of the line by one indent level. That is worse than useless to a programmer, becaus开发者_如何学编程e it ruins your code on that line that's getting split apart. Every other editor that I've ever used recognizes that you actually want to indent that entire line, and does just that.

I've heard that TextMate is incredibly customizable, so I'm hoping that someone knows a way to make it act like one expects. Maybe so that pressing the indent key expands the selection to include the whole line automatically, and then does the indent?


Just press Select Line (cmd-shift-L) after mousing. That will make any partial-line selections into full-line selections.


"Text/IndentLine" (Alt-Cmd-[) on partially selected lines does the job on my machine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜