Re: Quick way to move method defs around?
Re: Quick way to move method defs around?
- Subject: Re: Quick way to move method defs around?
- From: Jens Alfke <email@hidden>
- Date: Mon, 30 Dec 2013 12:20:53 -0800
On Dec 30, 2013, at 12:05 PM, Carl Hoefs < email@hidden> wrote: Note that both of these work "universally"[1] across apps, not just in Xcode.
[1] Unsupported in Mail 6.6, Safari 6.1.1
Noncontiguous and rectangular selections are supported by NSTextView, but not by WebView. (Mail composition uses an editable WebView.)
Also, I believe both of these are optional features in NSTextView that can be enabled/disabled per instance. I’ve definitely run into text views in apps that don’t support them; it seems as though NSTextField’s field editor doesn’t by default.
Also, FYI, both TextMate and SublimeText have more powerful implementations of rectangular selection. For instance, you can select a rectangular area, and then when you type replacement text it gets repeated on each line. This is super useful for things like changing the common prefix of a list of enum constant declarations, for example.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden