class Editor

Defined in:

editor.cr

Constant Summary

TAB_SPACES = 2
VERSION = "0.1.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def buffer : Buffer #

[View source]
def buffer=(buffer : Buffer) #

[View source]
def insert(*args, **options) #

[View source]
def insert(*args, **options, &) #

[View source]
def move_cursor(*args, **options) #

[View source]
def move_cursor(*args, **options, &) #

[View source]
def open_file(*args, **options) #

[View source]
def open_file(*args, **options, &) #

[View source]
def refresh_screen(*args, **options) #

[View source]
def refresh_screen(*args, **options, &) #

[View source]
def row_count(*args, **options) #

[View source]
def row_count(*args, **options, &) #

[View source]
def run #

[View source]
def viewport : Viewport #

[View source]
def viewport=(viewport : Viewport) #

[View source]