diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 23:49:55 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-01 23:49:55 +0000 |
commit | 4801fedd91e3a6abb1ee6a7aa1174a089bf6e547 (patch) | |
tree | 83de108f27534334f95c2198de13ad4686e3164d /Source/SPCopyTable.m | |
parent | 842e85a37b698be1245dee0948a1abd99973638c (diff) | |
download | sequelpro-4801fedd91e3a6abb1ee6a7aa1174a089bf6e547.tar.gz sequelpro-4801fedd91e3a6abb1ee6a7aa1174a089bf6e547.tar.bz2 sequelpro-4801fedd91e3a6abb1ee6a7aa1174a089bf6e547.zip |
• Bundle Commands
- make sure that each HTML output window will be released
- if a triggered command will outputs its result in an HTML window invoke it only if the HTML output window is already open; this enables the user to "switch on/off" such a trigger
Diffstat (limited to 'Source/SPCopyTable.m')
-rw-r--r-- | Source/SPCopyTable.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m index 86fb9d85..687cb2e4 100644 --- a/Source/SPCopyTable.m +++ b/Source/SPCopyTable.m @@ -964,6 +964,7 @@ NSInteger MENU_EDIT_COPY_AS_SQL = 2003; SPBundleHTMLOutputController *c = [[SPBundleHTMLOutputController alloc] init]; [c setWindowUUID:[cmdData objectForKey:SPBundleFileUUIDKey]]; [c displayHTMLContent:output withOptions:nil]; + [[NSApp delegate] addHTMLOutputController:c]; } } } |