From 4c13e1f2d85483e026d79ab05da9f1e8e4b45293 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 2 Jan 2010 00:10:49 +0100 Subject: updated pydoc documentation --- doc/pydoc/ranger.fm.html | 41 +++++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) (limited to 'doc/pydoc/ranger.fm.html') diff --git a/doc/pydoc/ranger.fm.html b/doc/pydoc/ranger.fm.html index 2d4f7f62..d8b80d0a 100644 --- a/doc/pydoc/ranger.fm.html +++ b/doc/pydoc/ranger.fm.html @@ -42,7 +42,7 @@
Methods defined here:
-
__init__(self, ui=None, bookmarks=None)
Initialize FM.
+
__init__(self, ui=None, bookmarks=None, tags=None)
Initialize FM.
block_input(self, sec=0)
@@ -50,9 +50,10 @@ Methods defined here:
loop(self)
The main loop consists of:
1. reloading bookmarks if outdated
-2. drawing and finalizing ui
-3. reading and handling user input
-4. after X loops: collecting unused directory objects
+2. letting the loader work
+3. drawing and finalizing ui
+4. reading and handling user input
+5. after X loops: collecting unused directory objects
Data and other attributes defined here:
@@ -72,13 +73,21 @@ Methods inherited from ranger.actions.Acti
delete(self)
+
display_command_help(self, console_widget)
+ +
display_file(self)
+ +
display_log(self)
+
edit_file(self)
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
-
execute_file(self, files, app='', flags='', mode=0)
Execute a file.
+
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
mode is a positive integer.
@@ -122,26 +131,38 @@ val - mark or unmark?
redraw_window(self)
Redraw the window
+
rename(self, src, dest)
+
reset(self)
Reset the filemanager, clearing the directory buffer
resize(self)
Update the size of the UI
scroll(self, relative)
Scroll down by <relative> lines
-
search_backward(self)
Search backward for the regexp in self.env.last_search
- -
search_forward(self)
Search forward for the regexp in self.env.last_search
+
search(self, order=None, forward=True)
set_bookmark(self, key)
Set the bookmark with the name <key> to the current directory
+
set_filter(self, fltr)
+ +
set_search_method(self, order, forward=True)
+
sort(self, func=None, reverse=None)
-
spawn(self, command)
+
tag_remove(self, movedown=None)
+ +
tag_toggle(self, movedown=None)
toggle_boolean_option(self, string)
Toggle a boolean option named <string>
unset_bookmark(self, key)
Delete the bookmark with the name <key>
+
+Data and other attributes inherited from ranger.actions.Actions:
+
search_forward = False
+ +
search_method = 'ctime'
+
Data and other attributes inherited from ranger.shared.EnvironmentAware:
env = None
@@ -156,7 +177,7 @@ Data descriptors inherited from ranger.sh

Data and other attributes inherited from
ranger.shared.settings.SettingsAware:
-
settings = <ranger.ext.openstruct.OpenStruct object at 0x154e450>
+
settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>

-- cgit 1.4.1-2-gfad0 >