class Document
- Document
- Reference
- Object
Direct Known Subclasses
Defined in:
aspis/document.crConstructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #apply
- #begin
- #bot
- #clamp(index : Int)
- #clamped_index_to_line(index : Int)
- #coords_to_index(x : Number, y : Number)
- #coords_to_line(x : Number, y : Number)
- #editor : Cohn
- #editor=(editor : Cohn)
- #editor? : Cohn | Nil
- #end
- #font
- #index_to_coords(index : Int)
- #index_to_extent(index : Int)
- #index_to_line(index : Int)
- #index_visible?(index : Int)
- #ins(cursor : Cursor, index : Int32, string : String)
- #inspect(io)
- #line_visible?(line : Line)
- #ord_to_line(ord : Int)
- #ord_to_line?(ord : Int)
- #platform : Platform
- #present(window)
- #pt
- #range_partially_visible?(*, from b, to e)
- #scan(pattern, &)
- #scroll(delta : Int)
- #scroll_to_view(index : Int)
- #size(*args, **options)
- #size(*args, **options, &)
- #slice(*args, **options)
- #slice(*args, **options, &)
- #string
- #sub(selection : Selection, string : String)
- #sync
- #theme : Theme
- #theme=(theme : Theme)
- #top
- #word_begin_at(*args, **options)
- #word_begin_at(*args, **options, &)
- #word_bounds_at(*args, **options)
- #word_bounds_at(*args, **options, &)
- #word_end_at(*args, **options)
- #word_end_at(*args, **options, &)