|
|
|
_update_conf_hook(self,
var,
val,
sect)
Hook for update conf event |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_selected(self,
active=True)
Get selected VFSObject instance |
source code
|
|
|
get_tagged(self,
active=True)
Return list of tagged VFSObject instances |
source code
|
|
|
get_untagged(self,
active=True)
Return list of not tagged VFSObject instances |
source code
|
|
|
get_current(self,
active=True)
Return VFSObject instance of selected entry |
source code
|
|
|
get_active(self)
Return list of tagged VFSObject instances or list of single selected
object if none tagged |
source code
|
|
|
get_all(self,
active=True)
Return list of VFSObject instances in panel |
source code
|
|
|
toggle_tag(self,
active=True)
Tag selected file |
source code
|
|
|
tag_all(self,
active=True)
Tag every single object in current dir |
source code
|
|
|
untag_all(self,
active=True)
Untag every single object in current dir |
source code
|
|
|
tag_invert(self,
active=True)
Invert currently tagged files |
source code
|
|
|
tag_rule(self,
active=True)
Tag files by combined rule |
source code
|
|
|
untag_rule(self,
active=True)
Untag files by combined rules |
source code
|
|
|
tag_diff(self,
active=True)
Tag all the objects in active panel which are missing from the
inactive one |
source code
|
|
|
|
|
|
|
|
|
action(self,
active=True)
Perfrom action on selected object |
source code
|
|
|
chdir(self,
path,
active=True)
Change directory |
source code
|
|
|
search_forward(self)
Enable forward search-when-you-type mode |
source code
|
|
|
search_backward(self)
Enable backward search-when-you-type mode |
source code
|
|
|
search_cycle(self)
Enable cyclic search-when-you-type mode |
source code
|
|
|
show_tagged(self,
active=True)
Show only tagged entries |
source code
|
|
|
select(self,
name,
active=True)
Select VFS object by given name in current directory |
source code
|
|
|
cwd(self,
active=True)
Get current working directory |
source code
|
|
|
|
|
|
|
|
|
new_tab(self,
tabname=None,
active=True)
Create new tab |
source code
|
|
|
|
|
switch_tab(self,
index,
active=True)
Switch to tab |
source code
|
|
|
next_tab(self,
active=True)
Switch to the next tab |
source code
|
|
|
prev_tab(self,
active=True)
Switch to the previous tab |
source code
|
|
|
get_tabs(self,
active=True)
Return list of tabs in format: [(path, selected_name)] |
source code
|
|
|
active_tab(self,
active=True)
Get active tab index |
source code
|
|