Added Autotype layout to entry view.

Fixed ARC bug in placeholder evaluation
This commit is contained in:
michael starke
2014-02-12 22:17:34 +01:00
parent 422d74ee5c
commit 5661765dbf
9 changed files with 191 additions and 686 deletions

View File

@@ -24,7 +24,6 @@
@property (weak) IBOutlet NSSegmentedControl *infoTabControl;
@property (weak) IBOutlet NSTableView *attachmentTableView;
@property (weak) IBOutlet NSTableView *customFieldsTableView;
@property (weak) IBOutlet NSTableView *historyTableView;
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
@property (weak) IBOutlet NSButton *generatePasswordButton;
@property (weak) IBOutlet NSButton *togglePassword;