diff options
author | stuconnolly <stuart02@gmail.com> | 2011-06-15 19:01:04 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-06-15 19:01:04 +0000 |
commit | d2b26455c859064af12022459652a804d2be1750 (patch) | |
tree | b314f2da44f3d96dd7ee7fd838cd2ce840328464 /Source/SPAppleScriptSupport.m | |
parent | b4b81b2dd07674b7dc3208e3b79690f66b1bf113 (diff) | |
download | sequelpro-d2b26455c859064af12022459652a804d2be1750.tar.gz sequelpro-d2b26455c859064af12022459652a804d2be1750.tar.bz2 sequelpro-d2b26455c859064af12022459652a804d2be1750.zip |
Tidy up bundle editor UI.
Diffstat (limited to 'Source/SPAppleScriptSupport.m')
-rw-r--r-- | Source/SPAppleScriptSupport.m | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/SPAppleScriptSupport.m b/Source/SPAppleScriptSupport.m index 90ab240e..337a14dc 100644 --- a/Source/SPAppleScriptSupport.m +++ b/Source/SPAppleScriptSupport.m @@ -31,23 +31,6 @@ @implementation SPAppController (SPAppleScriptSupport) -//////////////// Examples to catch AS core events - maybe for further stuff -// - (void)handleQuitEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent -// { -// [NSApp terminate:self]; -// } -// - (void)handleOpenEvent:(NSAppleEventDescriptor *)event withReplyEvent:(NSAppleEventDescriptor *)replyEvent -// { -// NSLog(@"OPEN "); -// } -// -// - (void)applicationWillFinishLaunching:(NSNotification *)aNotification -// { -// NSAppleEventManager *aeManager = [NSAppleEventManager sharedAppleEventManager]; -// [aeManager setEventHandler:self andSelector:@selector(handleQuitEvent:withReplyEvent:) forEventClass:kCoreEventClass andEventID:kAEQuitApplication]; -// [aeManager setEventHandler:self andSelector:@selector(handleOpenEvent:withReplyEvent:) forEventClass:kCoreEventClass andEventID:kAEOpenApplication]; -// } - /** * Is needed to interact with AppleScript for set/get internal SP variables */ |