From c80db3a0d26b394b9c88fc6ef19a90cda5340440 Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Thu, 19 May 2011 22:47:53 +0000 Subject: merging SP_REFACTOR branch with trunk --- Source/SPTextView.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/SPTextView.h') diff --git a/Source/SPTextView.h b/Source/SPTextView.h index 3309ed1d..dc0557f2 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -111,6 +111,12 @@ @property(assign) BOOL completionIsOpen; @property(assign) BOOL completionWasReinvokedAutomatically; +#ifdef SP_REFACTOR +@property (assign) SPDatabaseDocument *tableDocumentInstance; +@property (assign) SPTablesList *tablesListInstance; +@property (assign) SPCustomQuery *customQueryInstance; +#endif + #ifndef SP_REFACTOR - (IBAction)showMySQLHelpForCurrentWord:(id)sender; #endif -- cgit v1.2.3