ProjectManager  0.2
Instance Methods | Protected Attributes | List of all members
EditorTextView Class Reference
Inheritance diagram for EditorTextView:

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

SourceEditorDocumenteditorDocument
 
HKSyntaxHighlighter * highlighter
 
BOOL drawCrosshairs
 
BOOL drawsColumnIndicator
 
BOOL drawingRecursionProtectionActive
 
NSColor * crosshairColor
 
NSMutableArray * guides
 

Method Documentation

◆ 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.

References beginDraggingGuide:.


The documentation for this class was generated from the following files: