Does anybody ever used compareToClipboard: ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Does anybody ever used compareToClipboard: ?

stepharo
Does anybody ever used compareToClipboard: ?
Because we are thinking to remove it.


Reply | Threaded
Open this post in threaded view
|

Re: Does anybody ever used compareToClipboard: ?

Eliot Miranda-2


On Tue, Jun 9, 2015 at 11:15 AM, stepharo <[hidden email]> wrote:
Does anybody ever used compareToClipboard: ?
Because we are thinking to remove it.
 
Yes, I use it enough that I would miss it.  For example, run two different (de)compilations, list the output and compare the two using compareToClipboard.  Occasionally it is useful to do a quick comparison of two texts, and the easiest way to do that us to use compareToClipboard.

--
best,
Eliot