diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-04 16:35:48 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-04 16:35:48 +0000 |
commit | a1c2b661639babea1d54ce71dec1a9cd91263bda (patch) | |
tree | f727c4b1976e2681b9048edc7ff0be3d589963af /Source/TableDocument.h | |
parent | 33318efe01aa815a6d607b530c7e727aa5b3a6d0 (diff) | |
download | sequelpro-a1c2b661639babea1d54ce71dec1a9cd91263bda.tar.gz sequelpro-a1c2b661639babea1d54ce71dec1a9cd91263bda.tar.bz2 sequelpro-a1c2b661639babea1d54ce71dec1a9cd91263bda.zip |
Add the ability to copy the selected server variable(s), either as name = value pairs, just the variable or just the variable value.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 87daf69a..7ef7616d 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -148,7 +148,6 @@ enum sp_current_query_mode - (NSString *)getHTMLforPrint; -- (IBAction)showUserManager:(id)sender; - (void)initQueryEditorWithString:(NSString *)query; - (void)initWithConnectionFile:(NSString *)path; // Connection callback and methods @@ -208,6 +207,10 @@ enum sp_current_query_mode - (BOOL)saveDocumentWithFilePath:(NSString *)fileName inBackground:(BOOL)saveInBackground onlyPreferences:(BOOL)saveOnlyPreferences; - (IBAction)closePasswordSheet:(id)sender; - (IBAction)backForwardInHistory:(id)sender; +- (IBAction)copy:(id)sender; +- (IBAction)copyServerVariableName:(id)sender; +- (IBAction)copyServerVariableValue:(id)sender; +- (IBAction)showUserManager:(id)sender; // Getter methods - (NSString *)name; |