Documentation ¶
Index ¶
- Variables
- type File
- func (f *File) CanRedo() bool
- func (f *File) CanUndo() bool
- func (f *File) Close()
- func (f *File) Delete(p0, p1 int)
- func (f *File) Insert(p0 int, s []rune)
- func (f *File) Len() int
- func (f *File) Mark()
- func (f *File) Mod() bool
- func (f *File) Name() []rune
- func (f *File) Read(pos int, data []rune)
- func (f *File) RedoSeq() int
- func (f *File) ResetLogs()
- func (f *File) Seq() int
- func (f *File) SetMod(b bool)
- func (f *File) SetName(name []rune)
- func (f *File) SetSeq(seq int)
- func (f *File) SetView(v View)
- func (f *File) Truncate()
- func (f *File) Undo(isundo bool, q0p, q1p *int)
- type View
Constants ¶
This section is empty.
Variables ¶
View Source
var Seq int
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.