aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-04 16:35:48 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-04 16:35:48 +0000
commita1c2b661639babea1d54ce71dec1a9cd91263bda (patch)
treef727c4b1976e2681b9048edc7ff0be3d589963af /Source/TableDocument.h
parent33318efe01aa815a6d607b530c7e727aa5b3a6d0 (diff)
downloadsequelpro-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.h5
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;