diff options
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |