class TextUi::TextCursor

Defined in:

textui/text_cursor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(document : TextDocument) #

[View source]

Instance Method Detail

def col : Int32 #

[View source]
def col=(col) #

[View source]
def col_hint : Int32 #

[View source]
def col_hint=(col_hint : Int32) #

[View source]
def current_block #

[View source]
def handle_key_input(chr : Char, key : UInt16) : Nil #

[View source]
def handle_text_modification(chr, key, block) : Nil #

[View source]
def insert_mode=(insert_mode : Bool) #

[View source]
def insert_mode? : Bool #

[View source]
def invalidate #

[View source]
def line : Int32 #

[View source]
def line=(line) #

[View source]
def move(line, col) : Nil #

[View source]
def valid? : Bool #

[View source]