GrowingTextView icon indicating copy to clipboard operation
GrowingTextView copied to clipboard

Add ability to customize the Copy/Paste menu by subclassing HPGrowingTextView

Open eanagel opened this issue 12 years ago • 1 comments

This pull request forwards on copy/paste related methods from the InternalTextView to the parent (HPGrowingTextView). This allows adding custom copy/paste functionality by subclassing HPGrowingTextView. The following methods may be overridden: canPerformAction:withSender:, copy:, cut:, paste:, select:, and selectAll:. While in any of these methods it is safe to call the internalTextView version of the method to get the default implementation.

eanagel avatar Dec 23 '13 23:12 eanagel

I'm coming up on another project where I'm going to need to customize copy/paste and would love to get this merged in. Hans it looks like it's been a while ;) Any idea when you will be able to spend a little time merging stuff in? Is there another fork that is being actively developed?

eanagel avatar Aug 06 '14 16:08 eanagel

I'm coming up on another project where I'm going to need to customize copy/paste and would love to get this merged in. Hans it looks like it's been a while ;) Any idea when you will be able to spend a little time merging stuff in? Is there another fork that is being actively developed?

eanagel avatar Aug 06 '14 16:08 eanagel