Package plugins :: Package core :: Package bindlist :: Module main :: Class XYZPlugin
[hide private]
[frames] | no frames]

Class XYZPlugin

source code

libxyz.core.plugins.BasePlugin --+
                                 |
                                XYZPlugin

Plugin bindlist

Instance Methods [hide private]
 
__init__(self, xyz) source code
 
show_binds(self)
Show keybindings
source code
Class Variables [hide private]
  NAME = u"bindlist"
  AUTHOR = u"Max E. Kuznecov <syhpoon@syhpoon.name>"
  VERSION = u"0.2"
  BRIEF_DESCRIPTION = _(u"Show keybindings")
  FULL_DESCRIPTION = _(u"Plugin is used to display all current k...
  NAMESPACE = u"core"
  HOMEPAGE = u"xyzcmd.syhpoon.name"
  EVENTS = [("show_binds", _(u"Event is fired before showing dia...
Class Variable Details [hide private]

FULL_DESCRIPTION

Value:
_(u"Plugin is used to display all current keybindings " u"along with c\
orresponding contextes and methods")

EVENTS

Value:
[("show_binds", _(u"Event is fired before showing dialog. " u"Receives\
 no arguments.")),]