ProjectManager
0.2
|
Instance Methods | |
(void) | - createSyntaxHighlighterForFileType: |
(void) | - insertText: |
(void) | - setDrawsColumnIndicationGuideline: |
(BOOL) | - drawsColumnIndicationGuideline |
(NSRect) | - selectionRect |
(void) | - createAndBeginDraggingNewGuide:withStyle: |
Creates a new guide and start dragging it. More... | |
(void) | - beginDraggingGuide: |
Invoked when a guide is to be dragged. | |
(void) | - setNeedsDisplayInHighlightedCharacters: |
Makes the text view mark it's highlighted character positions as needing redisplay. | |
Protected Attributes | |
SourceEditorDocument * | editorDocument |
HKSyntaxHighlighter * | highlighter |
BOOL | drawCrosshairs |
BOOL | drawsColumnIndicator |
BOOL | drawingRecursionProtectionActive |
NSColor * | crosshairColor |
NSMutableArray * | guides |
- (void) createAndBeginDraggingNewGuide: | (BOOL) | isHorizontal | |
withStyle: | (EditorGuideStyle) | aStyle | |
Creates a new guide and start dragging it.
If ‘aStyle’ isn't -1, the guide's style is set to aStyle.
References beginDraggingGuide:.