class Editor
Defined in:
editor.cr
Constant Summary
-
TAB_SPACES =
2
-
VERSION =
"0.1.0"
Constructors
Instance Method Summary
-
#buffer : Buffer
-
#buffer=(buffer : Buffer)
-
#insert(*args, **options)
-
#insert(*args, **options, &)
-
#move_cursor(*args, **options)
-
#move_cursor(*args, **options, &)
-
#open_file(*args, **options)
-
#open_file(*args, **options, &)
-
#refresh_screen(*args, **options)
-
#refresh_screen(*args, **options, &)
-
#row_count(*args, **options)
-
#row_count(*args, **options, &)
-
#run
-
#viewport : Viewport
-
#viewport=(viewport : Viewport)
Constructor Detail
Instance Method Detail
def
insert(*args, **options)
#
def
insert(*args, **options, &)
#
def
move_cursor(*args, **options)
#
def
move_cursor(*args, **options, &)
#
def
open_file(*args, **options)
#
def
open_file(*args, **options, &)
#
def
refresh_screen(*args, **options)
#
def
refresh_screen(*args, **options, &)
#
def
row_count(*args, **options)
#
def
row_count(*args, **options, &)
#