From 34a60763e79546e0f84e30fbcc430632f3dbb39e Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 01:56:21 +0100 Subject: incremented version number and updated pydoc html files --- doc/pydoc/ranger.actions.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'doc/pydoc/ranger.actions.html') diff --git a/doc/pydoc/ranger.actions.html b/doc/pydoc/ranger.actions.html index 8d484eb1..761d2299 100644 --- a/doc/pydoc/ranger.actions.html +++ b/doc/pydoc/ranger.actions.html @@ -1,6 +1,6 @@ + Python: module ranger.actions - @@ -8,7 +8,7 @@
 
 
ranger.actions
index
/home/hut/work/ranger/ranger/actions.py
+>index
/home/hut/ranger/ranger/actions.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -30,10 +30,11 @@        
ranger.gui.widgets.console_mode
-
ranger.fsobject
+ranger.fsobject
os
+ranger
shutil
-

+

 
@@ -47,7 +48,7 @@
Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware)
-
ranger.shared.settings.SettingsAware(builtins.object) +
ranger.shared.settings.SettingsAware(__builtin__.object)
Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware) @@ -66,11 +67,11 @@
ranger.shared.EnvironmentAware
ranger.shared.Awareness
ranger.shared.settings.SettingsAware
-
builtins.object
+
__builtin__.object

Methods defined here:
-
cd = enter_dir(self, path)
+
cd(self, path, remember=True)
enter the directory at the given path, remember=True
copy(self)
Copy the selected items
@@ -86,17 +87,17 @@ Methods defined here:
display_log(self)
-
edit_file(self)
Calls execute_file with the current file and app='editor'
+
edit_file(self, file=None)
Calls execute_file with the current file and app='editor'
enter_bookmark(self, key)
Enter the bookmark with the name <key>
-
enter_dir(self, path)
Enter the directory at the given path
+
enter_dir(self, path, remember=False)
Enter the directory at the given path
execute_command(self, cmd, **kw)
execute_file(self, files, **kw)
Execute a file.
app is the name of a method in Applications, without the "app_"
-flags is a string consisting of applications.ALLOWED_FLAGS
+flags is a string consisting of runner.ALLOWED_FLAGS
mode is a positive integer.
Both flags and mode specify how the program is run.
@@ -108,7 +109,7 @@ Both flags and mode specify how the program&n
history_go(self, relative)
Move back and forth in the history
-
mark(self, all=False, toggle=False, val=None, movedown=None)
A wrapper for the directory.mark_xyz functions.
+
mark(self, all=False, toggle=False, val=None, movedown=None, narg=1)
A wrapper for the directory.mark_xyz functions.
 
Arguments:
all - change all files of the current directory at once?
@@ -125,13 +126,13 @@ val - mark or unmark?
move_pointer_by_percentage(self, relative=0, absolute=None, narg=None)
Move the pointer down by <relative>% or to <absolute>%
-
move_right(self, mode=0)
Enter the current directory or execute the current file
+
move_right(self, mode=0, narg=None)
Enter the current directory or execute the current file
notify(self, text, duration=4, bad=False)
open_console(self, mode=':', string='')
Open the console if the current UI supports that
-
paste(self)
Paste the selected items into the current directory
+
paste(self, overwrite=False)
Paste the selected items into the current directory
paste_symlink(self)
@@ -185,7 +186,7 @@ Data descriptors inherited from ranger.sh

Data and other attributes inherited from
ranger.shared.settings.SettingsAware:
-
settings = <ranger.ext.openstruct.OpenStruct object at 0x7f6a9067fbd0>
+
settings = <ranger.ext.openstruct.OpenStruct object at 0xe2f090>
\ No newline at end of file -- cgit 1.4.1-2-gfad0