TextView

public class TextView : SWIFTTextView

The text view for the editor

Override functions

  • Draw a background behind the current fragment

    Declaration

    Swift

    override public func draw(_ dirtyRect: CGRect)

    Parameters

    dirtyRect

    The current rect of the editor

  • Handle double-click on directives to edit them

    Declaration

    Swift

    override func mouseDown(with event: NSEvent)

    Parameters

    event

    The mouse click event

Private functions