up vote 0 down vote favorite
share [g+] share [fb]

In XCode there's a really neat feature called "Kill Ring" which I get a hint what its about here but I don't know how to use it!!

How do you use the "Insert Kill Ring" feature in XCode?

link|improve this question

What would really help is a reference to a complete description of what all the xcode editor commands are.. – bobobobo Nov 1 '09 at 17:50
feedback

migrated from superuser.com Feb 25 '10 at 22:07

This question came from our site for computer enthusiasts and power users.

3 Answers

up vote 3 down vote accepted

http://www.rattlesnake.com/intro/Yanking.html#Yanking

It's from Emacs.

Basically it's a list of copied entries which you can pop down through. If you've used later versions of Word or Excel, they have the same idea in their "paste lists" that show up when you copy things.

It allows you to copy two things in a row, then get back to the first thing.

link|improve this answer
feedback

If the article Customizing the Cocoa Text System has anything to do with it, then it states:

“kill ring” which large deleted blocks of text get copied to

NSTextKillRingSize apparently sets the size of the kill ring.

Please read the above article, you'll probably understand it better than me.

link|improve this answer
feedback

This article at Cocoa With Love goes into how to use OS X's kill-ring and other advanced editing features to great benefit.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.