Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eanagel
Copy link

@eanagel eanagel commented Dec 23, 2013

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.

…TextView (HPTextViewInternal forwards calls to HPGrowingTextView)
@eanagel
Copy link
Author

eanagel commented Aug 6, 2014

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant