Trees | Indices | Help |
|
---|
|
object --+ | XYZ
XYZ DSL implementation object
|
|||
a new object with type S, a subtype of T |
|
||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
api = ["let", "val", "unlet", "load", "bind", "exec_file", "kb
|
|||
macros = {}
|
|||
_instance = None hash(x) |
|||
_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
|
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
|
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
|
Execute DSL statements
|
Return copy of global dsl environment
|
|
api
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 3 02:02:14 2009 | http://epydoc.sourceforge.net |