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.fm.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'doc/pydoc/ranger.fm.html') diff --git a/doc/pydoc/ranger.fm.html b/doc/pydoc/ranger.fm.html index 19d06331..bf97bb22 100644 --- a/doc/pydoc/ranger.fm.html +++ b/doc/pydoc/ranger.fm.html @@ -1,14 +1,14 @@ + Python: module ranger.fm -  
ranger.fm (version 1.0.3)
 
- 
ranger.fm (version 1.0.2)
index
/home/hut/work/ranger/ranger/fm.py
+>index
/home/hut/ranger/ranger/fm.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -50,7 +50,7 @@

ranger.shared.EnvironmentAware
ranger.shared.Awareness
ranger.shared.settings.SettingsAware
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -67,6 +67,10 @@ Methods defined here:
4. reading and handling user input
5. after X loops: collecting unused directory objects
+
+Data descriptors defined here:
+
executables
+

Data and other attributes defined here:
input_blocked = False
@@ -77,7 +81,7 @@ Data and other attributes defined here:

Methods inherited from ranger.actions.Actions:
-
cd = enter_dir(self, path)
Enter the directory at the given path
+
cd(self, path, remember=True)
enter the directory at the given path, remember=True
copy(self)
Copy the selected items
@@ -93,17 +97,17 @@ Methods inherited from ranger.actions.Acti
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.
@@ -115,7 +119,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?
@@ -132,13 +136,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)
@@ -192,7 +196,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>

@@ -214,5 +218,5 @@ Fractions of a second may be present if 
        CTRL_C = 3
TICKS_BEFORE_COLLECTING_GARBAGE = 100
-__version__ = '1.0.2'
+__version__ = '1.0.3' \ No newline at end of file -- cgit 1.4.1-2-gfad0