|
(void) | - createSyntaxHighlighterForFileType: |
|
(void) | - insertText: |
|
(void) | - setDrawsColumnIndicationGuideline: |
|
(BOOL) | - drawsColumnIndicationGuideline |
|
(NSRect) | - selectionRect |
|
(void) | - createAndBeginDraggingNewGuide:withStyle: |
| Creates a new guide and start dragging it.
|
|
(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.
|
|
|
SourceEditorDocument * | editorDocument |
|
HKSyntaxHighlighter * | highlighter |
|
BOOL | drawCrosshairs |
|
BOOL | drawsColumnIndicator |
|
BOOL | drawingRecursionProtectionActive |
|
NSColor * | crosshairColor |
|
NSMutableArray * | guides |
|
◆ createAndBeginDraggingNewGuide:withStyle:
- (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.
The documentation for this class was generated from the following files: