aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r--Source/CMTextView.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h
index 7c09d827..51f2153d 100644
--- a/Source/CMTextView.h
+++ b/Source/CMTextView.h
@@ -31,10 +31,14 @@
#define SP_TEXT_SIZE_TRIGGER_FOR_PARTLY_PARSING 10000
-@class SPNarrowDownCompletion;
+@class SPNarrowDownCompletion, TableDocument, TablesList, CustomQuery;
@interface CMTextView : NSTextView
{
+ IBOutlet TableDocument *tableDocumentInstance;
+ IBOutlet TablesList *tablesListInstance;
+ IBOutlet CustomQuery *customQueryInstance;
+
BOOL autoindentEnabled;
BOOL autopairEnabled;
BOOL autoindentIgnoresEnter;