Documentation ¶
Index ¶
- func Actions(ctx context.Context, c ui.Creator) ([]input.Action, error)
- type CallerStore
- type Changer
- type Copy
- func (c *Copy) DefaultEvent() string
- func (c *Copy) Menu(context.Context) string
- func (c *Copy) Name(context.Context) string
- func (c *Copy) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (c *Copy) Type(input.Command)
- func (c *Copy) Valid(ctx context.Context, b input.Binder) error
- type Cut
- type Dedent
- func (c *Dedent) DefaultEvent() string
- func (c *Dedent) Menu(context.Context) string
- func (c *Dedent) Name(context.Context) string
- func (c *Dedent) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (c *Dedent) Type(input.Command)
- func (c *Dedent) Valid(ctx context.Context, b input.Binder) error
- type Editor
- type Find
- func (f *Find) ApplySelections(ctx context.Context) error
- func (f *Find) DefaultEvent() string
- func (f *Find) Menu(context.Context) string
- func (f *Find) Name(context.Context) string
- func (f *Find) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (f *Find) ShowResult(ctx context.Context, dir caret.Direction) error
- func (f *Find) Type(input.Command)
- func (f *Find) UpdatePattern(ctx context.Context, pattern []rune) error
- func (f *Find) Valid(ctx context.Context, b input.Binder) error
- type FindHook
- func (*FindHook) Name(context.Context) string
- func (h *FindHook) OpNames(context.Context) []string
- func (h *FindHook) TextChanged(ctx context.Context, b input.Binder, _ ...)
- func (h *FindHook) TextChangedOp(ctx context.Context, b input.Binder) input.Operation
- func (*FindHook) Type(input.Hook)
- func (h *FindHook) Valid(ctx context.Context, b input.Binder) error
- type FindOther
- type Finder
- type Indent
- func (c *Indent) DefaultEvent() string
- func (c *Indent) Menu(context.Context) string
- func (c *Indent) Name(context.Context) string
- func (c *Indent) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (c *Indent) Type(input.Command)
- func (c *Indent) Valid(ctx context.Context, b input.Binder) error
- type Paste
- func (c *Paste) DefaultEvent() string
- func (c *Paste) Menu(context.Context) string
- func (c *Paste) Name(context.Context) string
- func (c *Paste) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (c *Paste) Type(input.Command)
- func (c *Paste) Valid(ctx context.Context, b input.Binder) error
- type Prompt
- type Selector
- type Stater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallerStore ¶ added in v0.7.0
type Copy ¶
type Copy struct {
// contains filtered or unexported fields
}
func (*Copy) DefaultEvent ¶
type Find ¶ added in v0.7.0
type Find struct {
// contains filtered or unexported fields
}
func (*Find) ApplySelections ¶ added in v0.7.0
func (*Find) DefaultEvent ¶ added in v0.7.0
func (*Find) ShowResult ¶ added in v0.7.0
func (*Find) UpdatePattern ¶ added in v0.7.0
type FindHook ¶ added in v0.7.0
type FindHook struct {
// contains filtered or unexported fields
}
func NewFindHook ¶ added in v0.7.0
func NewFindHook() *FindHook
func (*FindHook) TextChanged ¶ added in v0.7.0
func (*FindHook) TextChangedOp ¶ added in v0.7.0
type FindOther ¶ added in v0.7.0
type FindOther struct {
// contains filtered or unexported fields
}
func NewFindOther ¶ added in v0.7.0
type Paste ¶
type Paste struct {
// contains filtered or unexported fields
}
func (*Paste) DefaultEvent ¶
Click to show internal directories.
Click to hide internal directories.