32#import <Cocoa/Cocoa.h>
65- (IBAction) clearConsole:sender;
66- (IBAction) showConsole:sender;
67- (IBAction) toggleShowOnLog:sender;
68- (IBAction) toggleShowOnWarning:sender;
69- (IBAction) toggleShowOnError:sender;
70- (IBAction) consolePerformCommand:sender;
72- (void) appendMessage:(NSString *)string
73 colorKey:(NSString *)colorKey
74 emphasisRange:(NSRange)emphasisRange;
77- (void) doShowConsole;
79- (void) noteConfigurationChanged:(NSString *)key;
IBOutlet NSView * consoleInputHolderView
IBOutlet NSView * consoleLogHolderView
RBSplitSubview * inputSplitSubview
IBOutlet NSWindow * consoleWindow
NSMutableDictionary * _bgColors
IBOutlet NSTextField * consoleInputField
OOMacDebugger * _debugger
IBOutlet OOTextFieldHistoryManager * inputHistoryManager
NSMutableDictionary * _fgColors
IBOutlet NSScroller * verticalScroller
IBOutlet NSTextView * consoleTextView