Trees | Indices | Help |
|
---|
|
object --+ | XYZ
XYZ DSL implementation object
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
api = ["let", "val", "section", "unlet", "load", "bind", "exec
|
|||
EVENT_CONF_UPDATE = u"event:conf_update"
|
|||
macros = {}
|
|||
_instance = None
|
|||
_env = {}
|
|
|||
Inherited from |
|
|
Set variable. Variable will be available in xyz.conf[section][varname] If section is not provided - local will be used
|
Return variable value or None if undefined
|
Return whole configuration section contents as a dictionary or None if undefined
|
Unset variable
|
Load method[s] from plugin
|
Bind method to shortcut
|
Create keyboard shortcut
|
Execute DSL in file
|
Set up an action to be taken upon pressing action key on file
|
Expand macro name. Availbale macros: * ACT_CWD -- Working directory in active panel * INACT_CWD -- Working directory in inactive panel * ACT_PATH -- Full selected object path in active panel * INACT_PATH -- Full selected object path in inactive panel * ACT_BASE -- Parent directory in active panel * INACT_BASE -- Parent directory in inactive panel * ACT_TAGGED -- List of tagged files in active panel * INACT_TAGGED -- List of tagged files in inactive panel * ACT_UNTAGGED -- List of not tagged files in active panel * INACT_UNTAGGED -- List of not tagged files in inactive panel
|
Call plugin method
|
Return environment variable or default if is not set
|
Execute command via :core:shell plugin Optional boolean argument 'current' can be provided to indicate that cmd is to be run from current directory. Optional boolean argument 'bg' can be provided to indicate that cmd must be executed in background Optional boolean argument 'reload' can be provided to indicate that panel content should/should not be reloaded after execution Optional boolean argument 'wait' can be provided to indicate that shell should/should not wait for user input after command executed The wait flag has higher priority than :core:shell's `wait` configuration flag.
|
Set an alias which will be expanded in command line before execution
|
Set an internal command.
|
Enable plugin[s]
|
Disable plugin[s]
|
Configure plugin.
|
Set new prefix key
|
Help
|
Set prefix and VFSObject class for VFS dispatching
|
Construct path using provided VFS driver
|
Register a new hook. Event is an event string and proc is a procedure to be called
|
Remove all hooks for the event
|
Return libxyz.core.FSRule instance
|
Create internal palette object @param config: Dictionary of form: { 'foreground': COLOR, 'background': COLOR, 'fg_attributes': [ATTR], 'mono': [ATTR], 'foreground_high': HG_COLOR, 'background_high': HG_COLOR }
|
Make and register new skin
|
Execute DSL statements
|
Return copy of global dsl environment
|
|
api
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jan 17 01:07:05 2010 | http://epydoc.sourceforge.net |