Updated more xibs to Xcode 5

Fixed KeePassKit issue on savin kdbx files with deleted objects
This commit is contained in:
michael starke
2013-11-04 21:26:31 +01:00
parent 52b734239f
commit 00c43ef50f
13 changed files with 1127 additions and 8528 deletions

View File

@@ -110,7 +110,12 @@
return; // no open documents, no selected entry
}
/* Perform Autotype instead of dump pasting */
/* TODO:
Replace entry based palce holders
Replace global placeholders
Translate to paste/copy commands
Find correct key-codes for current keyboard layout to perform paste command
*/
MPPasteBoardController *controller = [MPPasteBoardController defaultController];
if(selectedEntry.username) {
[controller copyObjects:@[selectedEntry.username]];