Added custom-field copy to the context menu on entries. It's not fully functional as it's not correctly using the click but always the selected entry!

This commit is contained in:
michael starke
2013-07-17 01:02:02 +02:00
parent 442d16e297
commit 0a42e55f0e
9 changed files with 112 additions and 8 deletions

View File

@@ -48,9 +48,11 @@ typedef NS_ENUM( NSUInteger, MPCopyContentTypeTag) {
/* Copy/Paste */
- (void)copyUsername:(id)sender;
- (void)copyPassword:(id)sender;
- (void)copyCustomField:(id)sender;
- (void)copyURL:(id)sender;
- (void)openURL:(id)sender;
/* Entry Handling*/
- (void)deleteNode:(id)sender;