Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
textui
v0.3.3
Top Level Namespace
TextUi
Alignment
Box
BorderStyle
Docking
Color
ColorMode
Dialog
Placement
Signal_dismissed
Event
Format
KeyEvent
Label
List
MouseEvent
PlainTextSyntaxHighlighter
StackedWidget
StatusBar
SyntaxHighlighter
Table
Signal_enter_pressed
Terminal
Event
TerminalError
TextBlock
State
TextBlockBaseCommand
Mode
TextBlockBreakLineCommand
TextBlockChangeCommand
TextBlockConcatLineCommand
TextCursor
TextDocument
Signal_clean_state_changed
TextEditor
Signal_cursor_changed
Signal_key_typed
TextInput
Signal_key_typed
Signal_text_changed
Ui
Signal_focus_changed
Signal_key_typed
Signal_resized
UndoCommand
UndoStack
Widget
Built with Crystal 1.9.2
2023-10-07 23:10:09 UTC
abstract class
TextUi::TextBlockBaseCommand
TextUi::TextBlockBaseCommand
TextUi::UndoCommand
Reference
Object
Direct Known Subclasses
TextUi::TextBlockBreakLineCommand
TextUi::TextBlockChangeCommand
TextUi::TextBlockConcatLineCommand
Defined in:
textui/text_editor_commands.cr
Constructors
.new
(cursor : TextCursor)
Instance Method Summary
#block
#document
(*args, **options)
#document
(*args, **options, &)
#restore_cursor
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
)
#
[
View source
]
Instance Method Detail
def
block
#
[
View source
]
def
document
(*args, **options)
#
[
View source
]
def
document
(*args, **options, &)
#
[
View source
]
def
restore_cursor
#
[
View source
]