sublime

package
v0.0.0-...-d780bf0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2014 License: BSD-2-Clause Imports: 12 Imported by: 0

Documentation

Overview

This package enables support for Sublime Text 3 python plugins and is an optional import for frontends.

Most of the code here is generated (See: https://github.com/limetext/lime/blob/master/tasks/build/gen_python_api.go) and should not be changed manually.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init()

TODO

Types

type ApplicationCommandGlue

type ApplicationCommandGlue struct {
	py.BaseObject
	CommandGlue
}

func (*ApplicationCommandGlue) IsChecked

func (c *ApplicationCommandGlue) IsChecked(args backend.Args) bool

func (*ApplicationCommandGlue) Run

func (c *ApplicationCommandGlue) Run() error

type CommandGlue

type CommandGlue struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*CommandGlue) BypassUndo

func (c *CommandGlue) BypassUndo() bool

func (*CommandGlue) CreatePyArgs

func (c *CommandGlue) CreatePyArgs(args backend.Args) (ret *py.Dict, err error)

func (*CommandGlue) Description

func (c *CommandGlue) Description() string

func (*CommandGlue) Init

func (c *CommandGlue) Init(args backend.Args) error

func (*CommandGlue) IsEnabled

func (c *CommandGlue) IsEnabled() bool

func (*CommandGlue) IsVisible

func (c *CommandGlue) IsVisible() bool

func (*CommandGlue) PyInit

func (c *CommandGlue) PyInit(args *py.Tuple, kwds *py.Dict) error

type Edit

type Edit struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*Edit) PyInit

func (o *Edit) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*Edit) PyStr

func (o *Edit) PyStr() string

type List

type List []interface{}

type OnQueryContextGlue

type OnQueryContextGlue struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*OnQueryContextGlue) PyInit

func (c *OnQueryContextGlue) PyInit(args *py.Tuple, kwds *py.Dict) error

type Refcounted

type Refcounted py.Object

type Region

type Region struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*Region) PyGet_a

func (o *Region) PyGet_a() (py.Object, error)

func (*Region) PyGet_b

func (o *Region) PyGet_b() (py.Object, error)

func (*Region) PyInit

func (o *Region) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*Region) PyRichCompare

func (o *Region) PyRichCompare(other py.Object, op py.Op) (py.Object, error)

func (*Region) PySet_a

func (o *Region) PySet_a(v py.Object) error

func (*Region) PySet_b

func (o *Region) PySet_b(v py.Object) error

func (*Region) PyStr

func (o *Region) PyStr() string

func (*Region) Py_begin

func (o *Region) Py_begin() (py.Object, error)

func (*Region) Py_clip

func (o *Region) Py_clip(tu *py.Tuple) (py.Object, error)

func (*Region) Py_contains

func (o *Region) Py_contains(tu *py.Tuple) (py.Object, error)

func (*Region) Py_cover

func (o *Region) Py_cover(tu *py.Tuple) (py.Object, error)

func (*Region) Py_covers

func (o *Region) Py_covers(tu *py.Tuple) (py.Object, error)

func (*Region) Py_empty

func (o *Region) Py_empty() (py.Object, error)

func (*Region) Py_end

func (o *Region) Py_end() (py.Object, error)

func (*Region) Py_intersection

func (o *Region) Py_intersection(tu *py.Tuple) (py.Object, error)

func (*Region) Py_intersects

func (o *Region) Py_intersects(tu *py.Tuple) (py.Object, error)

func (*Region) Py_size

func (o *Region) Py_size() (py.Object, error)

type RegionSet

type RegionSet struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*RegionSet) PyInit

func (o *RegionSet) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*RegionSet) PySeqGet

func (o *RegionSet) PySeqGet(arg0 int64) (py.Object, error)

func (*RegionSet) PySeqLen

func (o *RegionSet) PySeqLen() int64

func (*RegionSet) Py_add

func (o *RegionSet) Py_add(tu *py.Tuple) (py.Object, error)

func (*RegionSet) Py_add_all

func (o *RegionSet) Py_add_all(tu *py.Tuple) (py.Object, error)

func (*RegionSet) Py_clear

func (o *RegionSet) Py_clear() (py.Object, error)

func (*RegionSet) Py_contains

func (o *RegionSet) Py_contains(tu *py.Tuple) (py.Object, error)

func (*RegionSet) Py_regions

func (o *RegionSet) Py_regions() (py.Object, error)

func (*RegionSet) Py_substract

func (o *RegionSet) Py_substract(tu *py.Tuple) (py.Object, error)

type Settings

type Settings struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*Settings) PyInit

func (o *Settings) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*Settings) Py_add_on_change

func (o *Settings) Py_add_on_change(tu *py.Tuple) (py.Object, error)

func (*Settings) Py_clear_on_change

func (o *Settings) Py_clear_on_change(tu *py.Tuple) (py.Object, error)

func (*Settings) Py_erase

func (o *Settings) Py_erase(tu *py.Tuple) (py.Object, error)

func (*Settings) Py_get

func (o *Settings) Py_get(tu *py.Tuple, kw *py.Dict) (py.Object, error)

func (*Settings) Py_has

func (o *Settings) Py_has(tu *py.Tuple) (py.Object, error)

func (*Settings) Py_id

func (o *Settings) Py_id() (py.Object, error)

func (*Settings) Py_set

func (o *Settings) Py_set(tu *py.Tuple, kw *py.Dict) (py.Object, error)

type TextCommandGlue

type TextCommandGlue struct {
	py.BaseObject
	CommandGlue
}

func (*TextCommandGlue) Run

func (c *TextCommandGlue) Run(v *backend.View, e *backend.Edit) error

type Tuple

type Tuple []interface{}

type View

type View struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*View) PyInit

func (o *View) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*View) Py_add_regions

func (o *View) Py_add_regions(tu *py.Tuple, kw *py.Dict) (py.Object, error)

func (*View) Py_begin_edit

func (o *View) Py_begin_edit() (py.Object, error)

func (*View) Py_buffer_id

func (o *View) Py_buffer_id() (py.Object, error)

func (*View) Py_change_count

func (o *View) Py_change_count() (py.Object, error)

func (*View) Py_classify

func (o *View) Py_classify(tu *py.Tuple) (py.Object, error)

func (*View) Py_command_history

func (o *View) Py_command_history(tu *py.Tuple) (py.Object, error)

func (*View) Py_end_edit

func (o *View) Py_end_edit(tu *py.Tuple) (py.Object, error)

func (*View) Py_erase

func (o *View) Py_erase(tu *py.Tuple) (py.Object, error)

func (*View) Py_erase_regions

func (o *View) Py_erase_regions(tu *py.Tuple) (py.Object, error)

func (*View) Py_extract_scope

func (o *View) Py_extract_scope(tu *py.Tuple) (py.Object, error)

func (*View) Py_file_name

func (o *View) Py_file_name() (py.Object, error)

func (*View) Py_full_line

func (o *View) Py_full_line(tu *py.Tuple) (py.Object, error)

func (*View) Py_get_regions

func (o *View) Py_get_regions(tu *py.Tuple) (py.Object, error)

func (*View) Py_has_non_empty_selection_region

func (v *View) Py_has_non_empty_selection_region() (py.Object, error)

func (*View) Py_id

func (o *View) Py_id() (py.Object, error)

func (*View) Py_insert

func (o *View) Py_insert(tu *py.Tuple) (py.Object, error)

func (*View) Py_is_dirty

func (o *View) Py_is_dirty() (py.Object, error)

func (*View) Py_is_scratch

func (o *View) Py_is_scratch() (py.Object, error)

func (*View) Py_line

func (o *View) Py_line(tu *py.Tuple) (py.Object, error)

func (*View) Py_lines

func (o *View) Py_lines(tu *py.Tuple) (py.Object, error)

func (*View) Py_name

func (o *View) Py_name() (py.Object, error)

func (*View) Py_overwrite_status

func (o *View) Py_overwrite_status() (py.Object, error)

func (*View) Py_replace

func (o *View) Py_replace(tu *py.Tuple) (py.Object, error)

func (*View) Py_rowcol

func (o *View) Py_rowcol(tu *py.Tuple) (py.Object, error)

func (*View) Py_run_command

func (o *View) Py_run_command(tu *py.Tuple) (py.Object, error)

func (*View) Py_scope_name

func (o *View) Py_scope_name(tu *py.Tuple) (py.Object, error)

func (*View) Py_score_selector

func (o *View) Py_score_selector(tu *py.Tuple) (py.Object, error)

func (*View) Py_sel

func (o *View) Py_sel() (py.Object, error)

func (*View) Py_set_name

func (o *View) Py_set_name(tu *py.Tuple) (py.Object, error)

func (*View) Py_set_overwrite_status

func (o *View) Py_set_overwrite_status(tu *py.Tuple) (py.Object, error)

func (*View) Py_set_scratch

func (o *View) Py_set_scratch(tu *py.Tuple) (py.Object, error)

func (*View) Py_set_syntax_file

func (o *View) Py_set_syntax_file(tu *py.Tuple) (py.Object, error)

func (*View) Py_settings

func (o *View) Py_settings() (py.Object, error)

func (*View) Py_show

func (view *View) Py_show(tu *py.Tuple, kw *py.Dict) (py.Object, error)

func (*View) Py_size

func (o *View) Py_size() (py.Object, error)

func (*View) Py_substr

func (o *View) Py_substr(tu *py.Tuple) (py.Object, error)

func (*View) Py_text_point

func (o *View) Py_text_point(tu *py.Tuple) (py.Object, error)

func (*View) Py_visible_region

func (o *View) Py_visible_region() (py.Object, error)

func (*View) Py_window

func (o *View) Py_window() (py.Object, error)

func (*View) Py_word

func (o *View) Py_word(tu *py.Tuple) (py.Object, error)

type ViewEventGlue

type ViewEventGlue struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*ViewEventGlue) PyInit

func (c *ViewEventGlue) PyInit(args *py.Tuple, kwds *py.Dict) error

type Window

type Window struct {
	py.BaseObject
	// contains filtered or unexported fields
}

func (*Window) PyInit

func (o *Window) PyInit(args *py.Tuple, kwds *py.Dict) error

func (*Window) Py_active_view

func (o *Window) Py_active_view() (py.Object, error)

func (*Window) Py_id

func (o *Window) Py_id() (py.Object, error)

func (*Window) Py_new_file

func (o *Window) Py_new_file() (py.Object, error)

func (*Window) Py_open_file

func (o *Window) Py_open_file(tu *py.Tuple) (py.Object, error)

func (*Window) Py_run_command

func (o *Window) Py_run_command(tu *py.Tuple) (py.Object, error)

func (*Window) Py_settings

func (o *Window) Py_settings() (py.Object, error)

func (*Window) Py_views

func (o *Window) Py_views() (py.Object, error)

type WindowCommandGlue

type WindowCommandGlue struct {
	py.BaseObject
	CommandGlue
}

func (*WindowCommandGlue) Run

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL