mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 00:19:23 +00:00
Fixed responder chain issues with ViewControllers
Context menu and copy actions now working (unfinished)
This commit is contained in:
@@ -14,6 +14,13 @@ APPKIT_EXTERN NSString *const MPEntryTablePasswordColumnIdentifier;
|
||||
APPKIT_EXTERN NSString *const MPEntryTableParentColumnIdentifier;
|
||||
APPKIT_EXTERN NSString *const MPEntryTableURLColumnIdentifier;
|
||||
|
||||
/* Tags to determine what to copy */
|
||||
typedef enum {
|
||||
MPCopyUsername,
|
||||
MPCopyPassword,
|
||||
MPCopyURL,
|
||||
MPCopyWholeEntry,
|
||||
} MPCopyContentTypeTag;
|
||||
|
||||
@class KdbGroup;
|
||||
@class MPOutlineViewDelegate;
|
||||
@@ -27,4 +34,10 @@ APPKIT_EXTERN NSString *const MPEntryTableURLColumnIdentifier;
|
||||
/* Clear the Search filter*/
|
||||
- (void)clearFilter;
|
||||
|
||||
- (void)copyUsername:(id)sender;
|
||||
- (void)copyPassword:(id)sender;
|
||||
//- (void)copyURL:(id)sender;
|
||||
//- (void)createEntry:(id)sender;
|
||||
//- (void)deleteEntry:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user