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 ¶
- type ApplicationCommandGlue
- type CommandGlue
- func (c *CommandGlue) BypassUndo() bool
- func (c *CommandGlue) CreatePyArgs(args backend.Args) (ret *py.Dict, err error)
- func (c *CommandGlue) Description() string
- func (c *CommandGlue) Init(args backend.Args) error
- func (c *CommandGlue) IsEnabled() bool
- func (c *CommandGlue) IsVisible() bool
- func (c *CommandGlue) PyInit(args *py.Tuple, kwds *py.Dict) error
- type Edit
- type List
- type OnQueryContextGlue
- type Refcounted
- type Region
- func (o *Region) PyGet_a() (py.Object, error)
- func (o *Region) PyGet_b() (py.Object, error)
- func (o *Region) PyInit(args *py.Tuple, kwds *py.Dict) error
- func (o *Region) PyRichCompare(other py.Object, op py.Op) (py.Object, error)
- func (o *Region) PySet_a(v py.Object) error
- func (o *Region) PySet_b(v py.Object) error
- func (o *Region) PyStr() string
- func (o *Region) Py_begin() (py.Object, error)
- func (o *Region) Py_clip(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_contains(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_cover(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_covers(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_empty() (py.Object, error)
- func (o *Region) Py_end() (py.Object, error)
- func (o *Region) Py_intersection(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_intersects(tu *py.Tuple) (py.Object, error)
- func (o *Region) Py_size() (py.Object, error)
- type RegionSet
- func (o *RegionSet) PyInit(args *py.Tuple, kwds *py.Dict) error
- func (o *RegionSet) PySeqGet(arg0 int64) (py.Object, error)
- func (o *RegionSet) PySeqLen() int64
- func (o *RegionSet) Py_add(tu *py.Tuple) (py.Object, error)
- func (o *RegionSet) Py_add_all(tu *py.Tuple) (py.Object, error)
- func (o *RegionSet) Py_clear() (py.Object, error)
- func (o *RegionSet) Py_contains(tu *py.Tuple) (py.Object, error)
- func (o *RegionSet) Py_regions() (py.Object, error)
- func (o *RegionSet) Py_substract(tu *py.Tuple) (py.Object, error)
- type Settings
- func (o *Settings) PyInit(args *py.Tuple, kwds *py.Dict) error
- func (o *Settings) Py_add_on_change(tu *py.Tuple) (py.Object, error)
- func (o *Settings) Py_clear_on_change(tu *py.Tuple) (py.Object, error)
- func (o *Settings) Py_erase(tu *py.Tuple) (py.Object, error)
- func (o *Settings) Py_get(tu *py.Tuple, kw *py.Dict) (py.Object, error)
- func (o *Settings) Py_has(tu *py.Tuple) (py.Object, error)
- func (o *Settings) Py_id() (py.Object, error)
- func (o *Settings) Py_set(tu *py.Tuple, kw *py.Dict) (py.Object, error)
- type TextCommandGlue
- type Tuple
- type View
- func (o *View) PyInit(args *py.Tuple, kwds *py.Dict) error
- func (o *View) Py_add_regions(tu *py.Tuple, kw *py.Dict) (py.Object, error)
- func (o *View) Py_begin_edit() (py.Object, error)
- func (o *View) Py_buffer_id() (py.Object, error)
- func (o *View) Py_change_count() (py.Object, error)
- func (o *View) Py_classify(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_command_history(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_end_edit(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_erase(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_erase_regions(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_erase_status(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_expand_by_class(tu *py.Tuple, kw *py.Dict) (py.Object, error)
- func (o *View) Py_extract_scope(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_file_name() (py.Object, error)
- func (o *View) Py_find(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_find_by_class(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_full_line(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_get_regions(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_get_status(tu *py.Tuple) (py.Object, error)
- func (v *View) Py_has_non_empty_selection_region() (py.Object, error)
- func (o *View) Py_id() (py.Object, error)
- func (o *View) Py_insert(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_is_dirty() (py.Object, error)
- func (o *View) Py_is_scratch() (py.Object, error)
- func (o *View) Py_line(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_lines(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_name() (py.Object, error)
- func (o *View) Py_overwrite_status() (py.Object, error)
- func (o *View) Py_replace(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_rowcol(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_run_command(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_scope_name(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_score_selector(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_sel() (py.Object, error)
- func (o *View) Py_set_name(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_set_overwrite_status(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_set_scratch(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_set_status(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_set_syntax_file(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_settings() (py.Object, error)
- func (view *View) Py_show(tu *py.Tuple, kw *py.Dict) (py.Object, error)
- func (o *View) Py_size() (py.Object, error)
- func (o *View) Py_substr(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_text_point(tu *py.Tuple) (py.Object, error)
- func (o *View) Py_visible_region() (py.Object, error)
- func (o *View) Py_window() (py.Object, error)
- func (o *View) Py_word(tu *py.Tuple) (py.Object, error)
- type ViewEventGlue
- type Window
- func (o *Window) PyInit(args *py.Tuple, kwds *py.Dict) error
- func (o *Window) Py_active_view() (py.Object, error)
- func (o *Window) Py_focus_view(tu *py.Tuple) (py.Object, error)
- func (o *Window) Py_id() (py.Object, error)
- func (o *Window) Py_new_file() (py.Object, error)
- func (o *Window) Py_open_file(tu *py.Tuple) (py.Object, error)
- func (o *Window) Py_run_command(tu *py.Tuple) (py.Object, error)
- func (o *Window) Py_settings() (py.Object, error)
- func (o *Window) Py_views() (py.Object, error)
- type WindowCommandGlue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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) 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 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) PyRichCompare ¶
func (*Region) Py_contains ¶
func (*Region) Py_intersection ¶
func (*Region) Py_intersects ¶
type RegionSet ¶
type RegionSet struct { py.BaseObject // contains filtered or unexported fields }
func (*RegionSet) Py_add_all ¶
func (*RegionSet) Py_contains ¶
func (*RegionSet) Py_regions ¶
func (*RegionSet) Py_substract ¶
type Settings ¶
type Settings struct { py.BaseObject // contains filtered or unexported fields }
func (*Settings) Py_add_on_change ¶
func (*Settings) Py_clear_on_change ¶
type TextCommandGlue ¶
type TextCommandGlue struct { py.BaseObject CommandGlue }
type View ¶
type View struct { py.BaseObject // contains filtered or unexported fields }
func (*View) Py_add_regions ¶
func (*View) Py_begin_edit ¶
func (*View) Py_buffer_id ¶
func (*View) Py_change_count ¶
func (*View) Py_classify ¶
func (*View) Py_command_history ¶
func (*View) Py_end_edit ¶
func (*View) Py_erase_regions ¶
func (*View) Py_erase_status ¶
func (*View) Py_expand_by_class ¶
func (*View) Py_extract_scope ¶
func (*View) Py_file_name ¶
func (*View) Py_find_by_class ¶
func (*View) Py_full_line ¶
func (*View) Py_get_regions ¶
func (*View) Py_get_status ¶
func (*View) Py_has_non_empty_selection_region ¶
func (*View) Py_is_dirty ¶
func (*View) Py_is_scratch ¶
func (*View) Py_overwrite_status ¶
func (*View) Py_replace ¶
func (*View) Py_run_command ¶
func (*View) Py_scope_name ¶
func (*View) Py_score_selector ¶
func (*View) Py_set_name ¶
func (*View) Py_set_overwrite_status ¶
func (*View) Py_set_scratch ¶
func (*View) Py_set_status ¶
func (*View) Py_set_syntax_file ¶
func (*View) Py_settings ¶
func (*View) Py_text_point ¶
func (*View) Py_visible_region ¶
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) Py_active_view ¶
func (*Window) Py_focus_view ¶
func (*Window) Py_new_file ¶
func (*Window) Py_open_file ¶
func (*Window) Py_run_command ¶
func (*Window) Py_settings ¶
type WindowCommandGlue ¶
type WindowCommandGlue struct { py.BaseObject CommandGlue }
Source Files ¶
- commands_generated.go
- commands_manual.go
- conversion_manual.go
- doc.go
- edit_generated.go
- events_manual.go
- frontend_generated.go
- region_generated.go
- region_manual.go
- regionset_generated.go
- settings_generated.go
- settings_manual.go
- sublime_api_generated.go
- sublime_manual.go
- view_buffer_generated.go
- view_generated.go
- view_manual.go
- window_generated.go
- window_manual.go
Click to show internal directories.
Click to hide internal directories.