experiments with password toggle input

This commit is contained in:
michael starke
2013-07-07 23:39:06 +02:00
parent c674745103
commit a98720a00c
6 changed files with 352 additions and 263 deletions

View File

@@ -44,7 +44,10 @@
// show Warnign if read-only mode!
[self _reset];
}
#pragma mark NSTextViewDelegate
#pragma mark -
#pragma mark Private
- (IBAction)_decrypt:(id)sender {
id windowController = [[[self view] window] windowController];
MPDocument *document = [windowController document];
@@ -69,7 +72,6 @@
}
}
}
- (void)_reset {
[self.passwordTextField setStringValue:@""];
[self.keyPathControl setURL:nil];