moved reference builder popup code to entry inspector

This commit is contained in:
michael starke
2017-11-06 11:52:35 +01:00
parent eaba7a6da3
commit 3db0e55b8f
7 changed files with 30 additions and 20 deletions

View File

@@ -69,9 +69,8 @@
self.commandBuilderTokenField.delegate = self;
}
- (void)presentBuilderWithSequence:(NSString *)sequence {
// TODO: tokenize input sequence!
//self.commandBuilderTokenField.stringValue = sequence;
- (void)setSequence:(NSString *)sequence {
self.commandBuilderTokenField.stringValue = sequence;
}
- (IBAction)addCustomKeyPlaceholder:(id)sender {