I like Textmate’s “Sort Lines in Selection” feature a lot. Is there something similar for Xcode 4? If not, what would be the best way to integrate such a feature (a plugin, Applescript, …)?
I like Textmate’s Sort Lines in Selection feature a lot. Is there something similar
Share
You can do this with Automator:
"Service" for macOS 10.7 or
"New Document" followed by "Quick Action" for macOS 11
sort -finto the "Run Shell Script" textfieldNow you can sort lines in any textfield. Select some text and right-click or Control click and select the service you just created.