From a1c2b661639babea1d54ce71dec1a9cd91263bda Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 4 Oct 2009 16:35:48 +0000 Subject: Add the ability to copy the selected server variable(s), either as name = value pairs, just the variable or just the variable value. --- Source/TableDocument.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/TableDocument.h') 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; -- cgit v1.2.3