class TextUi::TextBlockConcatLineCommand

Defined in:

textui/text_editor_commands.cr

Constructors

Instance Method Summary

Instance methods inherited from class TextUi::TextBlockBaseCommand

block block, document(*args, **options)
document(*args, **options, &)
document
, restore_cursor restore_cursor

Constructor methods inherited from class TextUi::TextBlockBaseCommand

new(cursor : TextCursor) new

Instance methods inherited from class TextUi::UndoCommand

merge(_cmd : UndoCommand) : Bool merge, redo : Nil redo, undo : Nil undo

Constructor Detail

def self.new(cursor : TextCursor, mode : Mode) #

[View source]

Instance Method Detail

def redo : Nil #

[View source]
def undo : Nil #

[View source]