Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cride
v0.2.0
Cride
CLI
Editor
Add
Delete
Move
Position
Size
FileHandler
Add
Delete
Terminal
Color
Mode
Select
Event
Input
InputMode
Key
Output
Render
Built with Crystal 1.9.2
2023-10-08 02:47:35 UTC
struct
Cride::Editor::Add
Cride::Editor::Add
Struct
Value
Object
Defined in:
editor/add.cr
Constructors
.new
(file : FileHandler, position : Position, move : Move)
Instance Method Summary
#char
(char : Char)
#duplicate_line
#line
#set_char
(char : Char)
Constructor Detail
def self.
new
(file :
FileHandler
, position :
Position
, move :
Move
)
#
[
View source
]
Instance Method Detail
def
char
(char : Char)
#
[
View source
]
def
duplicate_line
#
[
View source
]
def
line
#
[
View source
]
def
set_char
(char : Char)
#
[
View source
]