24 #import <AppKit/NSTextView.h>
26 #import "EditorGuide.h"
29 @class HKSyntaxHighlighter;
34 HKSyntaxHighlighter * highlighter;
37 BOOL drawsColumnIndicator;
40 BOOL drawingRecursionProtectionActive;
41 NSColor * crosshairColor;
43 NSMutableArray * guides;
46 - (void) createSyntaxHighlighterForFileType: (NSString *) fileType;
48 - (void) insertText: text;
50 - (void) setDrawsColumnIndicationGuideline: (BOOL) flag;
51 - (BOOL) drawsColumnIndicationGuideline;
53 - (NSRect) selectionRect;
55 - (void) createAndBeginDraggingNewGuide: (BOOL) isHorizontal
56 withStyle: (EditorGuideStyle) style;
57 - (void) beginDraggingGuide: (
EditorGuide *) aGuide;
59 - (void) setNeedsDisplayInHighlightedCharacters: (BOOL) flag;
A guide is a line (either horizontal or vertical) which draws itself inside a view at a specified off...
Definition: EditorGuide.h:37
Definition: EditorTextView.h:32
Definition: SourceEditorDocument.h:36