diff options
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 7abc2ef1..964598cd 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -23,6 +23,12 @@ #import <Cocoa/Cocoa.h> #import "NoodleLineNumberView.h" +#import <MCPKit_bundled/MCPKit_bundled.h> +#import "CMCopyTable.h" +#import "CMTextView.h" +#import "CMMCPConnection.h" +#import "CMMCPResult.h" + @interface CMTextView : NSTextView { BOOL autoindentEnabled; @@ -38,7 +44,7 @@ BOOL sqlStringIsTooLarge; IBOutlet NSScrollView *scrollView; - + } - (IBAction)showMySQLHelpForCurrentWord:(id)sender; @@ -63,5 +69,6 @@ - (void) selectLineNumber:(unsigned int)lineNumber ignoreLeadingNewLines:(BOOL)ignLeadingNewLines; - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex; - (void) autoHelp; +- (void) doSyntaxHighlighting:(NSTextStorage*)textStore; @end |