24 #import <AppKit/NSDocument.h>
25 #import <Foundation/NSRange.h>
26 #import <Foundation/NSString.h>
28 @class NSNotification,
33 @class NSFont, NSColor;
48 * insertionPointColor;
51 BOOL parenthesesHighlighted;
53 unsigned int parenthesisA, parenthesisB;
59 BOOL editorTextViewIsPressingKey;
62 - (void) customPipeOutput: sender;
63 - (void) pipeOutput: sender;
65 - (void) goToLine: sender;
66 - (void) goToLineNumber: (
unsigned int) lineNumber;
68 - (void) textViewDidChangeSelection: (NSNotification *) notification;
70 - (void) editorTextViewWillPressKey: sender;
71 - (void) editorTextViewDidPressKey: sender;
73 - (void) findNext: sender;
74 - (void) findPrevious: sender;
76 - (void) jumpToSelection: sender;
78 - (NSIndexSet *) highlightedCharacterIndexes;
79 - (NSColor *) highlightColor;
80 - (NSColor *) textColor;
Definition: SourceEditorDocument.h:36