Enhanced autotype candidate selection

selection window now uses a table instead of popup menu
selection window will not activate MacPass and thus will not block view
selection window displays evaluated placeholders (sans password) for better identification
This commit is contained in:
michael starke
2017-10-27 10:46:47 +02:00
parent 90cff33055
commit a2bc25e671
6 changed files with 88 additions and 78 deletions

View File

@@ -24,6 +24,7 @@
@class DDHotKey;
@class KPKEntry;
@class MPAutotypeContext;
/**
* The autotype daemon is responsible for registering the global hotkey and to perform any autotype actions
@@ -38,7 +39,7 @@
- (instancetype)init NS_UNAVAILABLE;
- (void)performAutotypeForEntry:(KPKEntry *)entry;
- (IBAction)performAutotypeWithSelectedMatch:(id)sender;
- (IBAction)cancelAutotypeSelection:(id)sender;
- (void)selectAutotypeCandiate:(MPAutotypeContext *)context;
- (void)cancelAutotypeCandidateSelection;
@end