diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 07:51:38 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-28 07:51:38 +0000 |
commit | 7053b1fe3330b469e79d0f0689b6a2af931fb665 (patch) | |
tree | 6142573559fbf55a67a353585c8b8a3ecd693d41 /Source/CMTextView.h | |
parent | 555e11adb2f626ae3c19e1e872bf47830e22a0b2 (diff) | |
download | sequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.tar.gz sequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.tar.bz2 sequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.zip |
• tiny improvements for loading SQL files and syntax highlighting
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 5272ab24..a7766f39 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -50,6 +50,8 @@ static inline void NSMutableAttributedStringAddAttributeValueRange (NSMutableAtt BOOL autohelpEnabled; NoodleLineNumberView *lineNumberView; + BOOL startListeningToBoundChanges; + NSString *showMySQLHelpFor; IBOutlet NSScrollView *scrollView; |